Html Css Color HEX #F25196 French Rose

📋 copy color: '#F25196'

red 242 ◦ green 81 ◦ blue 150

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

Shades of French Rose #F25196

Tints of French Rose #F25196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.12%

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

R = 51.16%
G = 17.12%
B = 31.71%

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

#F25196 (or 0xF25196) is known color: French Rose. HEX triplet: F2, 51 and 96. RGB value is (242,81,150). Sum of RGB (Red+Green+Blue) = 242+81+150=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25196 is #0DAE69. Grayscale: #888888. Windows color (decimal): -896618 or 9851378. OLE color: 9851378.

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

Color convert

RGB 242 81 150 -
CMYK 0 0.67 0.38 0.05
HSL 334.29º 0.86% 0.63% -
HSV(B) 334.29º 0.67% 0.95% -
XYZ 45.07 26.96 31.68 -
YUV 137.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 242 81 150 0 0.67 0.38 0.05 334.29 0.86 0.63
Hex F2 51 96 0 43 26 5 14E 56 3F
Octal 362 121 226 0 103 46 5 516 126 77
Binary 11110010 1010001 10010110 0 1000011 100110 101 101001110 1010110 111111

Color Harmonies of #F25196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25196

Black with #F25196

Text Example


Text Example

White with #F25196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25196; }

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

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

background-color css

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

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

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

border-color css

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

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

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