Html Css Color HEX #F45396 French Rose

📋 copy color: '#F45396'

red 244 ◦ green 83 ◦ blue 150

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

Shades of French Rose #F45396

Tints of French Rose #F45396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 51.15%
G = 17.4%
B = 31.45%

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

#F45396 (or 0xF45396) is known color: French Rose. HEX triplet: F4, 53 and 96. RGB value is (244,83,150). Sum of RGB (Red+Green+Blue) = 244+83+150=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F45396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45396 is #0BAC69. Grayscale: #8A8A8A. Windows color (decimal): -765034 or 9851892. OLE color: 9851892.

HSL color Cylindrical-coordinate representation of color #F45396: hue angle of 335.03º 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 #F45396 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 83 150 -
CMYK 0 0.66 0.39 0.04
HSL 335.03º 0.88% 0.64% -
HSV(B) 335.03º 0.66% 0.96% -
XYZ 45.91 27.62 31.77 -
YUV 138.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 244 83 150 0 0.66 0.39 0.04 335.03 0.88 0.64
Hex F4 53 96 0 42 27 4 14F 58 40
Octal 364 123 226 0 102 47 4 517 130 100
Binary 11110100 1010011 10010110 0 1000010 100111 100 101001111 1011000 1000000

Color Harmonies of #F45396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45396

Black with #F45396

Text Example


Text Example

White with #F45396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45396; }

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

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

background-color css

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

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

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

border-color css

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

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

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