Html Css Color HEX #F25087 French Rose

📋 copy color: '#F25087'

red 242 ◦ green 80 ◦ blue 135

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

Shades of French Rose #F25087

Tints of French Rose #F25087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

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

R = 52.95%
G = 17.51%
B = 29.54%

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

#F25087 (or 0xF25087) is known color: French Rose. HEX triplet: F2, 50 and 87. RGB value is (242,80,135). Sum of RGB (Red+Green+Blue) = 242+80+135=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F25087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25087 is #0DAF78. Grayscale: #868686. Windows color (decimal): -896889 or 8868082. OLE color: 8868082.

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

Color convert

RGB 242 80 135 -
CMYK 0 0.67 0.44 0.05
HSL 339.63º 0.86% 0.63% -
HSV(B) 339.63º 0.67% 0.95% -
XYZ 43.86 26.36 25.7 -
YUV 134.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 242 80 135 0 0.67 0.44 0.05 339.63 0.86 0.63
Hex F2 50 87 0 43 2C 5 154 56 3F
Octal 362 120 207 0 103 54 5 524 126 77
Binary 11110010 1010000 10000111 0 1000011 101100 101 101010100 1010110 111111

Color Harmonies of #F25087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25087

Black with #F25087

Text Example


Text Example

White with #F25087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25087; }

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

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

background-color css

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

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

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

border-color css

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

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

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