Html Css Color HEX #F25C92 French Rose

📋 copy color: '#F25C92'

red 242 ◦ green 92 ◦ blue 146

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

Shades of French Rose #F25C92

Tints of French Rose #F25C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

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

R = 50.42%
G = 19.17%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25C92 (or 0xF25C92) is known color: French Rose. HEX triplet: F2, 5C and 92. RGB value is (242,92,146). Sum of RGB (Red+Green+Blue) = 242+92+146=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C92 is #0DA36D. Grayscale: #8E8E8E. Windows color (decimal): -893806 or 9592050. OLE color: 9592050.

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

Color convert

RGB 242 92 146 -
CMYK 0 0.62 0.40 0.05
HSL 338.4º 0.85% 0.65% -
HSV(B) 338.4º 0.62% 0.95% -
XYZ 45.63 28.61 30.31 -
YUV 143.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 242 92 146 0 0.62 0.40 0.05 338.4 0.85 0.65
Hex F2 5C 92 0 3E 28 5 152 55 41
Octal 362 134 222 0 76 50 5 522 125 101
Binary 11110010 1011100 10010010 0 111110 101000 101 101010010 1010101 1000001

Color Harmonies of #F25C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C92

Black with #F25C92

Text Example


Text Example

White with #F25C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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