Html Css Color HEX #F25796 French Rose

📋 copy color: '#F25796'

red 242 ◦ green 87 ◦ blue 150

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

Shades of French Rose #F25796

Tints of French Rose #F25796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 50.52%
G = 18.16%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25796 (or 0xF25796) is known color: French Rose. HEX triplet: F2, 57 and 96. RGB value is (242,87,150). Sum of RGB (Red+Green+Blue) = 242+87+150=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F25796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25796 is #0DA869. Grayscale: #8C8C8C. Windows color (decimal): -895082 or 9852914. OLE color: 9852914.

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

Color convert

RGB 242 87 150 -
CMYK 0 0.64 0.38 0.05
HSL 335.61º 0.86% 0.65% -
HSV(B) 335.61º 0.64% 0.95% -
XYZ 45.53 27.9 31.84 -
YUV 140.53 133.35 200.38 -
System Red Green Blue C M Y K H S L
Decimal 242 87 150 0 0.64 0.38 0.05 335.61 0.86 0.65
Hex F2 57 96 0 40 26 5 150 56 41
Octal 362 127 226 0 100 46 5 520 126 101
Binary 11110010 1010111 10010110 0 1000000 100110 101 101010000 1010110 1000001

Color Harmonies of #F25796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25796

Black with #F25796

Text Example


Text Example

White with #F25796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25796; }

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

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

background-color css

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

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

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

border-color css

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

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

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