Html Css Color HEX #F044AE Brilliant Rose

📋 copy color: '#F044AE'

red 240 ◦ green 68 ◦ blue 174

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

Shades of Brilliant Rose #F044AE

Tints of Brilliant Rose #F044AE

RGB

 RED value IS 240 (94.14% from 255) = 49.79%

 GREEN value IS 68 (26.95% from 255) = 14.11%

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 49.79%
G = 14.11%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F044AE (or 0xF044AE) is known color: Brilliant Rose. HEX triplet: F0, 44 and AE. RGB value is (240,68,174). Sum of RGB (Red+Green+Blue) = 240+68+174=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F044AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F044AE is #0FBB51. Grayscale: #838383. Windows color (decimal): -1030994 or 11420912. OLE color: 11420912.

HSL color Cylindrical-coordinate representation of color #F044AE: hue angle of 323.02º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044AE is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 68 174 -
CMYK 0 0.72 0.28 0.06
HSL 323.02º 0.85% 0.6% -
HSV(B) 323.02º 0.72% 0.94% -
XYZ 45.64 25.72 42.6 -
YUV 131.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 240 68 174 0 0.72 0.28 0.06 323.02 0.85 0.6
Hex F0 44 AE 0 48 1C 6 143 55 3C
Octal 360 104 256 0 110 34 6 503 125 74
Binary 11110000 1000100 10101110 0 1001000 11100 110 101000011 1010101 111100

Color Harmonies of #F044AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F044AE

Black with #F044AE

Text Example


Text Example

White with #F044AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F044AE; }

 p { color: rgb(240,68,174); }

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

background-color css

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

 a { background-color: rgb(240,68,174); }

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

border-color css

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

 span { border-color: rgb(240,68,174); }

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