Html Css Color HEX #F45296 French Rose

📋 copy color: '#F45296'

red 244 ◦ green 82 ◦ blue 150

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

Shades of French Rose #F45296

Tints of French Rose #F45296

RGB

 RED value IS 244 (95.7% from 255) = 51.26%

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

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

R = 51.26%
G = 17.23%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F45296 (or 0xF45296) is known color: French Rose. HEX triplet: F4, 52 and 96. RGB value is (244,82,150). Sum of RGB (Red+Green+Blue) = 244+82+150=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F45296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45296 is #0BAD69. Grayscale: #8A8A8A. Windows color (decimal): -765290 or 9851636. OLE color: 9851636.

HSL color Cylindrical-coordinate representation of color #F45296: hue angle of 334.81º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45296 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 82 150 -
CMYK 0 0.66 0.39 0.04
HSL 334.81º 0.88% 0.64% -
HSV(B) 334.81º 0.66% 0.96% -
XYZ 45.83 27.47 31.74 -
YUV 138.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 244 82 150 0 0.66 0.39 0.04 334.81 0.88 0.64
Hex F4 52 96 0 42 27 4 14F 58 40
Octal 364 122 226 0 102 47 4 517 130 100
Binary 11110100 1010010 10010110 0 1000010 100111 100 101001111 1011000 1000000

Color Harmonies of #F45296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45296

Black with #F45296

Text Example


Text Example

White with #F45296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45296; }

 p { color: rgb(244,82,150); }

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

background-color css

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

 a { background-color: rgb(244,82,150); }

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

border-color css

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

 span { border-color: rgb(244,82,150); }

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