Html Css Color HEX #F25096 French Rose

📋 copy color: '#F25096'

red 242 ◦ green 80 ◦ blue 150

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

Shades of French Rose #F25096

Tints of French Rose #F25096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 51.27%
G = 16.95%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25096 (or 0xF25096) is known color: French Rose. HEX triplet: F2, 50 and 96. RGB value is (242,80,150). Sum of RGB (Red+Green+Blue) = 242+80+150=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F25096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25096 is #0DAF69. Grayscale: #888888. Windows color (decimal): -896874 or 9851122. OLE color: 9851122.

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

Color convert

RGB 242 80 150 -
CMYK 0 0.67 0.38 0.05
HSL 334.07º 0.86% 0.63% -
HSV(B) 334.07º 0.67% 0.95% -
XYZ 44.99 26.82 31.66 -
YUV 136.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 242 80 150 0 0.67 0.38 0.05 334.07 0.86 0.63
Hex F2 50 96 0 43 26 5 14E 56 3F
Octal 362 120 226 0 103 46 5 516 126 77
Binary 11110010 1010000 10010110 0 1000011 100110 101 101001110 1010110 111111

Color Harmonies of #F25096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25096

Black with #F25096

Text Example


Text Example

White with #F25096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25096; }

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

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

background-color css

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

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

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

border-color css

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

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

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