Html Css Color HEX #F25181 Dark Pink

📋 copy color: '#F25181'

red 242 ◦ green 81 ◦ blue 129

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

Shades of Dark Pink #F25181

Tints of Dark Pink #F25181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 53.54%
G = 17.92%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F25181 (or 0xF25181) is known color: Dark Pink. HEX triplet: F2, 51 and 81. RGB value is (242,81,129). Sum of RGB (Red+Green+Blue) = 242+81+129=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F25181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25181 is #0DAE7E. Grayscale: #868686. Windows color (decimal): -896639 or 8475122. OLE color: 8475122.

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

Color convert

RGB 242 81 129 -
CMYK 0 0.67 0.47 0.05
HSL 342.11º 0.86% 0.63% -
HSV(B) 342.11º 0.67% 0.95% -
XYZ 43.52 26.35 23.56 -
YUV 134.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 242 81 129 0 0.67 0.47 0.05 342.11 0.86 0.63
Hex F2 51 81 0 43 2F 5 156 56 3F
Octal 362 121 201 0 103 57 5 526 126 77
Binary 11110010 1010001 10000001 0 1000011 101111 101 101010110 1010110 111111

Color Harmonies of #F25181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25181

Black with #F25181

Text Example


Text Example

White with #F25181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25181; }

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

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

background-color css

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

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

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

border-color css

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

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

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