Html Css Color HEX #F25795 French Rose

📋 copy color: '#F25795'

red 242 ◦ green 87 ◦ blue 149

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

Shades of French Rose #F25795

Tints of French Rose #F25795

RGB

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

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

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

R = 50.63%
G = 18.2%
B = 31.17%

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

#F25795 (or 0xF25795) is known color: French Rose. HEX triplet: F2, 57 and 95. RGB value is (242,87,149). Sum of RGB (Red+Green+Blue) = 242+87+149=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F25795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25795 is #0DA86A. Grayscale: #8C8C8C. Windows color (decimal): -895083 or 9787378. OLE color: 9787378.

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

Color convert

RGB 242 87 149 -
CMYK 0 0.64 0.38 0.05
HSL 336º 0.86% 0.65% -
HSV(B) 336º 0.64% 0.95% -
XYZ 45.45 27.86 31.42 -
YUV 140.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 242 87 149 0 0.64 0.38 0.05 336 0.86 0.65
Hex F2 57 95 0 40 26 5 150 56 41
Octal 362 127 225 0 100 46 5 520 126 101
Binary 11110010 1010111 10010101 0 1000000 100110 101 101010000 1010110 1000001

Color Harmonies of #F25795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25795

Black with #F25795

Text Example


Text Example

White with #F25795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25795; }

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

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

background-color css

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

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

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

border-color css

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

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

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