Html Css Color HEX #F25792 French Rose

📋 copy color: '#F25792'

red 242 ◦ green 87 ◦ blue 146

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

Shades of French Rose #F25792

Tints of French Rose #F25792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.32%

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

R = 50.95%
G = 18.32%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F25792 (or 0xF25792) is known color: French Rose. HEX triplet: F2, 57 and 92. RGB value is (242,87,146). Sum of RGB (Red+Green+Blue) = 242+87+146=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F25792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25792 is #0DA86D. Grayscale: #8B8B8B. Windows color (decimal): -895086 or 9590770. OLE color: 9590770.

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

Color convert

RGB 242 87 146 -
CMYK 0 0.64 0.40 0.05
HSL 337.16º 0.86% 0.65% -
HSV(B) 337.16º 0.64% 0.95% -
XYZ 45.21 27.77 30.17 -
YUV 140.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 242 87 146 0 0.64 0.40 0.05 337.16 0.86 0.65
Hex F2 57 92 0 40 28 5 151 56 41
Octal 362 127 222 0 100 50 5 521 126 101
Binary 11110010 1010111 10010010 0 1000000 101000 101 101010001 1010110 1000001

Color Harmonies of #F25792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25792

Black with #F25792

Text Example


Text Example

White with #F25792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25792; }

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

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

background-color css

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

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

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

border-color css

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

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

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