Html Css Color HEX #F25197 French Rose

📋 copy color: '#F25197'

red 242 ◦ green 81 ◦ blue 151

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

Shades of French Rose #F25197

Tints of French Rose #F25197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.86%

R = 51.05%
G = 17.09%
B = 31.86%

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

#F25197 (or 0xF25197) is known color: French Rose. HEX triplet: F2, 51 and 97. RGB value is (242,81,151). Sum of RGB (Red+Green+Blue) = 242+81+151=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F25197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25197 is #0DAE68. Grayscale: #898989. Windows color (decimal): -896617 or 9916914. OLE color: 9916914.

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

Color convert

RGB 242 81 151 -
CMYK 0 0.67 0.38 0.05
HSL 333.91º 0.86% 0.63% -
HSV(B) 333.91º 0.67% 0.95% -
XYZ 45.15 27 32.11 -
YUV 137.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 242 81 151 0 0.67 0.38 0.05 333.91 0.86 0.63
Hex F2 51 97 0 43 26 5 14E 56 3F
Octal 362 121 227 0 103 46 5 516 126 77
Binary 11110010 1010001 10010111 0 1000011 100110 101 101001110 1010110 111111

Color Harmonies of #F25197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25197

Black with #F25197

Text Example


Text Example

White with #F25197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25197; }

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

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

background-color css

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

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

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

border-color css

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

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

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