Html Css Color HEX #F25182 Dark Pink

📋 copy color: '#F25182'

red 242 ◦ green 81 ◦ blue 130

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

Shades of Dark Pink #F25182

Tints of Dark Pink #F25182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.7%

R = 53.42%
G = 17.88%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F25182 (or 0xF25182) is known color: Dark Pink. HEX triplet: F2, 51 and 82. RGB value is (242,81,130). Sum of RGB (Red+Green+Blue) = 242+81+130=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F25182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25182 is #0DAE7D. Grayscale: #868686. Windows color (decimal): -896638 or 8540658. OLE color: 8540658.

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

Color convert

RGB 242 81 130 -
CMYK 0 0.67 0.46 0.05
HSL 341.74º 0.86% 0.63% -
HSV(B) 341.74º 0.67% 0.95% -
XYZ 43.59 26.37 23.91 -
YUV 134.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 242 81 130 0 0.67 0.46 0.05 341.74 0.86 0.63
Hex F2 51 82 0 43 2E 5 156 56 3F
Octal 362 121 202 0 103 56 5 526 126 77
Binary 11110010 1010001 10000010 0 1000011 101110 101 101010110 1010110 111111

Color Harmonies of #F25182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25182

Black with #F25182

Text Example


Text Example

White with #F25182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25182; }

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

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

background-color css

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

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

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

border-color css

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

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

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