Html Css Color HEX #F04275 Dark Pink

📋 copy color: '#F04275'

red 240 ◦ green 66 ◦ blue 117

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

Shades of Dark Pink #F04275

Tints of Dark Pink #F04275

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

 GREEN value IS 66 (26.17% from 255) = 15.6%

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

R = 56.74%
G = 15.6%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F04275 (or 0xF04275) is known color: Dark Pink. HEX triplet: F0, 42 and 75. RGB value is (240,66,117). Sum of RGB (Red+Green+Blue) = 240+66+117=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04275 is #0FBD8A. Grayscale: #7B7B7B. Windows color (decimal): -1031563 or 7684848. OLE color: 7684848.

HSL color Cylindrical-coordinate representation of color #F04275: hue angle of 342.41º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04275 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 117 -
CMYK 0 0.72 0.51 0.06
HSL 342.41º 0.85% 0.6% -
HSV(B) 342.41º 0.73% 0.94% -
XYZ 41.09 23.71 19.24 -
YUV 123.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 240 66 117 0 0.72 0.51 0.06 342.41 0.85 0.6
Hex F0 42 75 0 48 33 6 156 55 3C
Octal 360 102 165 0 110 63 6 526 125 74
Binary 11110000 1000010 1110101 0 1001000 110011 110 101010110 1010101 111100

Color Harmonies of #F04275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04275

Black with #F04275

Text Example


Text Example

White with #F04275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04275; }

 p { color: rgb(240,66,117); }

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

background-color css

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

 a { background-color: rgb(240,66,117); }

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

border-color css

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

 span { border-color: rgb(240,66,117); }

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