Html Css Color HEX #F25295 French Rose

📋 copy color: '#F25295'

red 242 ◦ green 82 ◦ blue 149

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

Shades of French Rose #F25295

Tints of French Rose #F25295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.34%

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

R = 51.16%
G = 17.34%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25295 (or 0xF25295) is known color: French Rose. HEX triplet: F2, 52 and 95. RGB value is (242,82,149). Sum of RGB (Red+Green+Blue) = 242+82+149=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25295 is #0DAD6A. Grayscale: #898989. Windows color (decimal): -896363 or 9786098. OLE color: 9786098.

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

Color convert

RGB 242 82 149 -
CMYK 0 0.66 0.38 0.05
HSL 334.88º 0.86% 0.64% -
HSV(B) 334.88º 0.66% 0.95% -
XYZ 45.06 27.08 31.29 -
YUV 137.48 134.51 202.55 -
System Red Green Blue C M Y K H S L
Decimal 242 82 149 0 0.66 0.38 0.05 334.88 0.86 0.64
Hex F2 52 95 0 42 26 5 14F 56 40
Octal 362 122 225 0 102 46 5 517 126 100
Binary 11110010 1010010 10010101 0 1000010 100110 101 101001111 1010110 1000000

Color Harmonies of #F25295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25295

Black with #F25295

Text Example


Text Example

White with #F25295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25295; }

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

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

background-color css

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

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

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

border-color css

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

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

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