Html Css Color HEX #F24475 Dark Pink

📋 copy color: '#F24475'

red 242 ◦ green 68 ◦ blue 117

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

Shades of Dark Pink #F24475

Tints of Dark Pink #F24475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.93%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 56.67%
G = 15.93%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F24475 (or 0xF24475) is known color: Dark Pink. HEX triplet: F2, 44 and 75. RGB value is (242,68,117). Sum of RGB (Red+Green+Blue) = 242+68+117=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F24475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24475 is #0DBB8A. Grayscale: #7D7D7D. Windows color (decimal): -899979 or 7685362. OLE color: 7685362.

HSL color Cylindrical-coordinate representation of color #F24475: hue angle of 343.1º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24475 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 117 -
CMYK 0 0.72 0.52 0.05
HSL 343.1º 0.87% 0.61% -
HSV(B) 343.1º 0.72% 0.95% -
XYZ 41.9 24.3 19.31 -
YUV 125.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 242 68 117 0 0.72 0.52 0.05 343.1 0.87 0.61
Hex F2 44 75 0 48 34 5 157 57 3D
Octal 362 104 165 0 110 64 5 527 127 75
Binary 11110010 1000100 1110101 0 1001000 110100 101 101010111 1010111 111101

Color Harmonies of #F24475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24475

Black with #F24475

Text Example


Text Example

White with #F24475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24475; }

 p { color: rgb(242,68,117); }

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

background-color css

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

 a { background-color: rgb(242,68,117); }

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

border-color css

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

 span { border-color: rgb(242,68,117); }

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