Html Css Color HEX #F25178 Dark Pink

📋 copy color: '#F25178'

red 242 ◦ green 81 ◦ blue 120

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

Shades of Dark Pink #F25178

Tints of Dark Pink #F25178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

 BLUE value IS 120 (47.27% from 255) = 27.09%

R = 54.63%
G = 18.28%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F25178 (or 0xF25178) is known color: Dark Pink. HEX triplet: F2, 51 and 78. RGB value is (242,81,120). Sum of RGB (Red+Green+Blue) = 242+81+120=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F25178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25178 is #0DAE87. Grayscale: #858585. Windows color (decimal): -896648 or 7885298. OLE color: 7885298.

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

Color convert

RGB 242 81 120 -
CMYK 0 0.67 0.50 0.05
HSL 345.47º 0.86% 0.63% -
HSV(B) 345.47º 0.67% 0.95% -
XYZ 42.95 26.12 20.55 -
YUV 133.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 242 81 120 0 0.67 0.50 0.05 345.47 0.86 0.63
Hex F2 51 78 0 43 32 5 159 56 3F
Octal 362 121 170 0 103 62 5 531 126 77
Binary 11110010 1010001 1111000 0 1000011 110010 101 101011001 1010110 111111

Color Harmonies of #F25178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25178

Black with #F25178

Text Example


Text Example

White with #F25178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25178; }

 p { color: rgb(242,81,120); }

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

background-color css

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

 a { background-color: rgb(242,81,120); }

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

border-color css

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

 span { border-color: rgb(242,81,120); }

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