Html Css Color HEX #F25587 French Rose

📋 copy color: '#F25587'

red 242 ◦ green 85 ◦ blue 135

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

Shades of French Rose #F25587

Tints of French Rose #F25587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 52.38%
G = 18.4%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F25587 (or 0xF25587) is known color: French Rose. HEX triplet: F2, 55 and 87. RGB value is (242,85,135). Sum of RGB (Red+Green+Blue) = 242+85+135=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F25587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25587 is #0DAA78. Grayscale: #898989. Windows color (decimal): -895609 or 8869362. OLE color: 8869362.

HSL color Cylindrical-coordinate representation of color #F25587: hue angle of 340.89º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25587 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 135 -
CMYK 0 0.65 0.44 0.05
HSL 340.89º 0.86% 0.64% -
HSV(B) 340.89º 0.65% 0.95% -
XYZ 44.24 27.12 25.83 -
YUV 137.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 242 85 135 0 0.65 0.44 0.05 340.89 0.86 0.64
Hex F2 55 87 0 41 2C 5 155 56 40
Octal 362 125 207 0 101 54 5 525 126 100
Binary 11110010 1010101 10000111 0 1000001 101100 101 101010101 1010110 1000000

Color Harmonies of #F25587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25587

Black with #F25587

Text Example


Text Example

White with #F25587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25587; }

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

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

background-color css

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

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

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

border-color css

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

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

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