Html Css Color HEX #F45081 French Rose

📋 copy color: '#F45081'

red 244 ◦ green 80 ◦ blue 129

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

Shades of French Rose #F45081

Tints of French Rose #F45081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 129 (50.78% from 255) = 28.48%

R = 53.86%
G = 17.66%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F45081 (or 0xF45081) is known color: French Rose. HEX triplet: F4, 50 and 81. RGB value is (244,80,129). Sum of RGB (Red+Green+Blue) = 244+80+129=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F45081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45081 is #0BAF7E. Grayscale: #868686. Windows color (decimal): -765823 or 8474868. OLE color: 8474868.

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

Color convert

RGB 244 80 129 -
CMYK 0 0.67 0.47 0.04
HSL 342.07º 0.88% 0.64% -
HSV(B) 342.07º 0.67% 0.96% -
XYZ 44.14 26.56 23.57 -
YUV 134.62 124.83 206.02 -
System Red Green Blue C M Y K H S L
Decimal 244 80 129 0 0.67 0.47 0.04 342.07 0.88 0.64
Hex F4 50 81 0 43 2F 4 156 58 40
Octal 364 120 201 0 103 57 4 526 130 100
Binary 11110100 1010000 10000001 0 1000011 101111 100 101010110 1011000 1000000

Color Harmonies of #F45081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45081

Black with #F45081

Text Example


Text Example

White with #F45081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45081; }

 p { color: rgb(244,80,129); }

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

background-color css

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

 a { background-color: rgb(244,80,129); }

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

border-color css

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

 span { border-color: rgb(244,80,129); }

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