Html Css Color HEX #F25F92 French Rose

📋 copy color: '#F25F92'

red 242 ◦ green 95 ◦ blue 146

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

Shades of French Rose #F25F92

Tints of French Rose #F25F92

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.67%

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 50.1%
G = 19.67%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25F92 (or 0xF25F92) is known color: French Rose. HEX triplet: F2, 5F and 92. RGB value is (242,95,146). Sum of RGB (Red+Green+Blue) = 242+95+146=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25F92 is #0DA06D. Grayscale: #909090. Windows color (decimal): -893038 or 9592818. OLE color: 9592818.

HSL color Cylindrical-coordinate representation of color #F25F92: hue angle of 339.18º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25F92 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 95 146 -
CMYK 0 0.61 0.40 0.05
HSL 339.18º 0.85% 0.66% -
HSV(B) 339.18º 0.61% 0.95% -
XYZ 45.9 29.14 30.4 -
YUV 144.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 242 95 146 0 0.61 0.40 0.05 339.18 0.85 0.66
Hex F2 5F 92 0 3D 28 5 153 55 42
Octal 362 137 222 0 75 50 5 523 125 102
Binary 11110010 1011111 10010010 0 111101 101000 101 101010011 1010101 1000010

Color Harmonies of #F25F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F92

Black with #F25F92

Text Example


Text Example

White with #F25F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F92; }

 p { color: rgb(242,95,146); }

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

background-color css

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

 a { background-color: rgb(242,95,146); }

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

border-color css

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

 span { border-color: rgb(242,95,146); }

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