Html Css Color HEX #F44785 French Rose

📋 copy color: '#F44785'

red 244 ◦ green 71 ◦ blue 133

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

Shades of French Rose #F44785

Tints of French Rose #F44785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.85%

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

R = 54.46%
G = 15.85%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F44785 (or 0xF44785) is known color: French Rose. HEX triplet: F4, 47 and 85. RGB value is (244,71,133). Sum of RGB (Red+Green+Blue) = 244+71+133=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F44785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44785 is #0BB87A. Grayscale: #818181. Windows color (decimal): -768123 or 8734708. OLE color: 8734708.

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

Color convert

RGB 244 71 133 -
CMYK 0 0.71 0.45 0.04
HSL 338.5º 0.89% 0.62% -
HSV(B) 338.5º 0.71% 0.96% -
XYZ 43.8 25.43 24.79 -
YUV 129.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 244 71 133 0 0.71 0.45 0.04 338.5 0.89 0.62
Hex F4 47 85 0 47 2D 4 152 59 3E
Octal 364 107 205 0 107 55 4 522 131 76
Binary 11110100 1000111 10000101 0 1000111 101101 100 101010010 1011001 111110

Color Harmonies of #F44785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44785

Black with #F44785

Text Example


Text Example

White with #F44785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44785; }

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

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

background-color css

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

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

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

border-color css

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

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

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