Html Css Color HEX #F25187 French Rose

📋 copy color: '#F25187'

red 242 ◦ green 81 ◦ blue 135

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

Shades of French Rose #F25187

Tints of French Rose #F25187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 52.84%
G = 17.69%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F25187 (or 0xF25187) is known color: French Rose. HEX triplet: F2, 51 and 87. RGB value is (242,81,135). Sum of RGB (Red+Green+Blue) = 242+81+135=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25187 is #0DAE78. Grayscale: #878787. Windows color (decimal): -896633 or 8868338. OLE color: 8868338.

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

Color convert

RGB 242 81 135 -
CMYK 0 0.67 0.44 0.05
HSL 339.88º 0.86% 0.63% -
HSV(B) 339.88º 0.67% 0.95% -
XYZ 43.93 26.51 25.72 -
YUV 135.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 242 81 135 0 0.67 0.44 0.05 339.88 0.86 0.63
Hex F2 51 87 0 43 2C 5 154 56 3F
Octal 362 121 207 0 103 54 5 524 126 77
Binary 11110010 1010001 10000111 0 1000011 101100 101 101010100 1010110 111111

Color Harmonies of #F25187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25187

Black with #F25187

Text Example


Text Example

White with #F25187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25187; }

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

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

background-color css

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

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

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

border-color css

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

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

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