Html Css Color HEX #F25195 French Rose

📋 copy color: '#F25195'

red 242 ◦ green 81 ◦ blue 149

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

Shades of French Rose #F25195

Tints of French Rose #F25195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 51.27%
G = 17.16%
B = 31.57%

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

#F25195 (or 0xF25195) is known color: French Rose. HEX triplet: F2, 51 and 95. RGB value is (242,81,149). Sum of RGB (Red+Green+Blue) = 242+81+149=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F25195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25195 is #0DAE6A. Grayscale: #888888. Windows color (decimal): -896619 or 9785842. OLE color: 9785842.

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

Color convert

RGB 242 81 149 -
CMYK 0 0.67 0.38 0.05
HSL 334.66º 0.86% 0.63% -
HSV(B) 334.66º 0.67% 0.95% -
XYZ 44.99 26.93 31.26 -
YUV 136.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 242 81 149 0 0.67 0.38 0.05 334.66 0.86 0.63
Hex F2 51 95 0 43 26 5 14F 56 3F
Octal 362 121 225 0 103 46 5 517 126 77
Binary 11110010 1010001 10010101 0 1000011 100110 101 101001111 1010110 111111

Color Harmonies of #F25195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25195

Black with #F25195

Text Example


Text Example

White with #F25195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25195; }

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

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

background-color css

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

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

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

border-color css

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

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

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