Html Css Color HEX #F25C91 French Rose

📋 copy color: '#F25C91'

red 242 ◦ green 92 ◦ blue 145

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

Shades of French Rose #F25C91

Tints of French Rose #F25C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 50.52%
G = 19.21%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25C91 (or 0xF25C91) is known color: French Rose. HEX triplet: F2, 5C and 91. RGB value is (242,92,145). Sum of RGB (Red+Green+Blue) = 242+92+145=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C91 is #0DA36E. Grayscale: #8E8E8E. Windows color (decimal): -893807 or 9526514. OLE color: 9526514.

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

Color convert

RGB 242 92 145 -
CMYK 0 0.62 0.40 0.05
HSL 338.8º 0.85% 0.65% -
HSV(B) 338.8º 0.62% 0.95% -
XYZ 45.56 28.58 29.9 -
YUV 142.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 242 92 145 0 0.62 0.40 0.05 338.8 0.85 0.65
Hex F2 5C 91 0 3E 28 5 153 55 41
Octal 362 134 221 0 76 50 5 523 125 101
Binary 11110010 1011100 10010001 0 111110 101000 101 101010011 1010101 1000001

Color Harmonies of #F25C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C91

Black with #F25C91

Text Example


Text Example

White with #F25C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C91; }

 p { color: rgb(242,92,145); }

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

background-color css

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

 a { background-color: rgb(242,92,145); }

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

border-color css

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

 span { border-color: rgb(242,92,145); }

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