Html Css Color HEX #F24F7F Dark Pink

📋 copy color: '#F24F7F'

red 242 ◦ green 79 ◦ blue 127

#F24F7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #F24F7F

Tints of Dark Pink #F24F7F

RGB

 RED value IS 242 (94.92% from 255) = 54.02%

 GREEN value IS 79 (31.25% from 255) = 17.63%

 BLUE value IS 127 (50% from 255) = 28.35%

R = 54.02%
G = 17.63%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F24F7F (or 0xF24F7F) is known color: Dark Pink. HEX triplet: F2, 4F and 7F. RGB value is (242,79,127). Sum of RGB (Red+Green+Blue) = 242+79+127=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F7F is #0DB080. Grayscale: #858585. Windows color (decimal): -897153 or 8343538. OLE color: 8343538.

HSL color Cylindrical-coordinate representation of color #F24F7F: hue angle of 342.33º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F7F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 127 -
CMYK 0 0.67 0.48 0.05
HSL 342.33º 0.86% 0.63% -
HSV(B) 342.33º 0.67% 0.95% -
XYZ 43.24 26 22.82 -
YUV 133.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 242 79 127 0 0.67 0.48 0.05 342.33 0.86 0.63
Hex F2 4F 7F 0 43 30 5 156 56 3F
Octal 362 117 177 0 103 60 5 526 126 77
Binary 11110010 1001111 1111111 0 1000011 110000 101 101010110 1010110 111111

Color Harmonies of #F24F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F7F

Black with #F24F7F

Text Example


Text Example

White with #F24F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F7F; }

 p { color: rgb(242,79,127); }

 H1.HeaderClassName
 {
   color: #F24F7F;
 }
 .AnyTagClassName
 {
   color: #F24F7F;
 }
</style>

background-color css

<style>
 a { background-color: #F24F7F; }

 a { background-color: rgb(242,79,127); }

 div.DivClassName
 {
   background-color: #F24F7F;
 }
 .BgClassName
 {
   background-color: #F24F7F;
 }
</style>

border-color css

<style>
 span { border-color: #F24F7F; }

 span { border-color: rgb(242,79,127); }

 td.TdClassName
 {
   border-color: #F24F7F;
 }
 .TagClassName
 {
   border-color: #F24F7F;
 }
</style>