Html Css Color HEX #F4518A French Rose

📋 copy color: '#F4518A'

red 244 ◦ green 81 ◦ blue 138

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

Shades of French Rose #F4518A

Tints of French Rose #F4518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 52.7%
G = 17.49%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4518A (or 0xF4518A) is known color: French Rose. HEX triplet: F4, 51 and 8A. RGB value is (244,81,138). Sum of RGB (Red+Green+Blue) = 244+81+138=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F4518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4518A is #0BAE75. Grayscale: #888888. Windows color (decimal): -765558 or 9064948. OLE color: 9064948.

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

Color convert

RGB 244 81 138 -
CMYK 0 0.67 0.43 0.04
HSL 339.02º 0.88% 0.64% -
HSV(B) 339.02º 0.67% 0.96% -
XYZ 44.84 26.95 26.88 -
YUV 136.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 244 81 138 0 0.67 0.43 0.04 339.02 0.88 0.64
Hex F4 51 8A 0 43 2B 4 153 58 40
Octal 364 121 212 0 103 53 4 523 130 100
Binary 11110100 1010001 10001010 0 1000011 101011 100 101010011 1011000 1000000

Color Harmonies of #F4518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4518A

Black with #F4518A

Text Example


Text Example

White with #F4518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4518A; }

 p { color: rgb(244,81,138); }

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

background-color css

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

 a { background-color: rgb(244,81,138); }

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

border-color css

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

 span { border-color: rgb(244,81,138); }

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