Html Css Color HEX #F24F7B Dark Pink

📋 copy color: '#F24F7B'

red 242 ◦ green 79 ◦ blue 123

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

Shades of Dark Pink #F24F7B

Tints of Dark Pink #F24F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 54.5%
G = 17.79%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F24F7B (or 0xF24F7B) is known color: Dark Pink. HEX triplet: F2, 4F and 7B. RGB value is (242,79,123). Sum of RGB (Red+Green+Blue) = 242+79+123=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F7B is #0DB084. Grayscale: #848484. Windows color (decimal): -897157 or 8081394. OLE color: 8081394.

HSL color Cylindrical-coordinate representation of color #F24F7B: hue angle of 343.8º 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 #F24F7B is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 123 -
CMYK 0 0.67 0.49 0.05
HSL 343.8º 0.86% 0.63% -
HSV(B) 343.8º 0.67% 0.95% -
XYZ 42.99 25.9 21.47 -
YUV 132.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 242 79 123 0 0.67 0.49 0.05 343.8 0.86 0.63
Hex F2 4F 7B 0 43 31 5 158 56 3F
Octal 362 117 173 0 103 61 5 530 126 77
Binary 11110010 1001111 1111011 0 1000011 110001 101 101011000 1010110 111111

Color Harmonies of #F24F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F7B

Black with #F24F7B

Text Example


Text Example

White with #F24F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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