Html Css Color HEX #F44C85 French Rose

📋 copy color: '#F44C85'

red 244 ◦ green 76 ◦ blue 133

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

Shades of French Rose #F44C85

Tints of French Rose #F44C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.78%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 53.86%
G = 16.78%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F44C85 (or 0xF44C85) is known color: French Rose. HEX triplet: F4, 4C and 85. RGB value is (244,76,133). Sum of RGB (Red+Green+Blue) = 244+76+133=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44C85 is #0BB37A. Grayscale: #848484. Windows color (decimal): -766843 or 8735988. OLE color: 8735988.

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

Color convert

RGB 244 76 133 -
CMYK 0 0.69 0.45 0.04
HSL 339.64º 0.88% 0.63% -
HSV(B) 339.64º 0.69% 0.96% -
XYZ 44.13 26.1 24.9 -
YUV 132.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 244 76 133 0 0.69 0.45 0.04 339.64 0.88 0.63
Hex F4 4C 85 0 45 2D 4 154 58 3F
Octal 364 114 205 0 105 55 4 524 130 77
Binary 11110100 1001100 10000101 0 1000101 101101 100 101010100 1011000 111111

Color Harmonies of #F44C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44C85

Black with #F44C85

Text Example


Text Example

White with #F44C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44C85; }

 p { color: rgb(244,76,133); }

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

background-color css

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

 a { background-color: rgb(244,76,133); }

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

border-color css

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

 span { border-color: rgb(244,76,133); }

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