Html Css Color HEX #F25091 French Rose

📋 copy color: '#F25091'

red 242 ◦ green 80 ◦ blue 145

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

Shades of French Rose #F25091

Tints of French Rose #F25091

RGB

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

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

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

R = 51.82%
G = 17.13%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25091 (or 0xF25091) is known color: French Rose. HEX triplet: F2, 50 and 91. RGB value is (242,80,145). Sum of RGB (Red+Green+Blue) = 242+80+145=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F25091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25091 is #0DAF6E. Grayscale: #878787. Windows color (decimal): -896879 or 9523442. OLE color: 9523442.

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

Color convert

RGB 242 80 145 -
CMYK 0 0.67 0.40 0.05
HSL 335.93º 0.86% 0.63% -
HSV(B) 335.93º 0.67% 0.95% -
XYZ 44.6 26.66 29.58 -
YUV 135.85 133.17 203.71 -
System Red Green Blue C M Y K H S L
Decimal 242 80 145 0 0.67 0.40 0.05 335.93 0.86 0.63
Hex F2 50 91 0 43 28 5 150 56 3F
Octal 362 120 221 0 103 50 5 520 126 77
Binary 11110010 1010000 10010001 0 1000011 101000 101 101010000 1010110 111111

Color Harmonies of #F25091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25091

Black with #F25091

Text Example


Text Example

White with #F25091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25091; }

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

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

background-color css

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

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

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

border-color css

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

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

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