Html Css Color HEX #F25589 French Rose

📋 copy color: '#F25589'

red 242 ◦ green 85 ◦ blue 137

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

Shades of French Rose #F25589

Tints of French Rose #F25589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 52.16%
G = 18.32%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F25589 (or 0xF25589) is known color: French Rose. HEX triplet: F2, 55 and 89. RGB value is (242,85,137). Sum of RGB (Red+Green+Blue) = 242+85+137=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F25589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25589 is #0DAA76. Grayscale: #898989. Windows color (decimal): -895607 or 9000434. OLE color: 9000434.

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

Color convert

RGB 242 85 137 -
CMYK 0 0.65 0.43 0.05
HSL 340.13º 0.86% 0.64% -
HSV(B) 340.13º 0.65% 0.95% -
XYZ 44.38 27.18 26.57 -
YUV 137.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 242 85 137 0 0.65 0.43 0.05 340.13 0.86 0.64
Hex F2 55 89 0 41 2B 5 154 56 40
Octal 362 125 211 0 101 53 5 524 126 100
Binary 11110010 1010101 10001001 0 1000001 101011 101 101010100 1010110 1000000

Color Harmonies of #F25589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25589

Black with #F25589

Text Example


Text Example

White with #F25589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25589; }

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

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

background-color css

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

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

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

border-color css

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

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

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