Html Css Color HEX #F45384 French Rose

📋 copy color: '#F45384'

red 244 ◦ green 83 ◦ blue 132

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

Shades of French Rose #F45384

Tints of French Rose #F45384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.76%

R = 53.16%
G = 18.08%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F45384 (or 0xF45384) is known color: French Rose. HEX triplet: F4, 53 and 84. RGB value is (244,83,132). Sum of RGB (Red+Green+Blue) = 244+83+132=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F45384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45384 is #0BAC7B. Grayscale: #888888. Windows color (decimal): -765052 or 8672244. OLE color: 8672244.

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

Color convert

RGB 244 83 132 -
CMYK 0 0.66 0.46 0.04
HSL 341.74º 0.88% 0.64% -
HSV(B) 341.74º 0.66% 0.96% -
XYZ 44.57 27.09 24.71 -
YUV 136.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 244 83 132 0 0.66 0.46 0.04 341.74 0.88 0.64
Hex F4 53 84 0 42 2E 4 156 58 40
Octal 364 123 204 0 102 56 4 526 130 100
Binary 11110100 1010011 10000100 0 1000010 101110 100 101010110 1011000 1000000

Color Harmonies of #F45384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45384

Black with #F45384

Text Example


Text Example

White with #F45384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45384; }

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

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

background-color css

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

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

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

border-color css

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

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

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