Html Css Color HEX #F455AA Brilliant Rose

📋 copy color: '#F455AA'

red 244 ◦ green 85 ◦ blue 170

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

Shades of Brilliant Rose #F455AA

Tints of Brilliant Rose #F455AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.03%

 BLUE value IS 170 (66.8% from 255) = 34.07%

R = 48.9%
G = 17.03%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F455AA (or 0xF455AA) is known color: Brilliant Rose. HEX triplet: F4, 55 and AA. RGB value is (244,85,170). Sum of RGB (Red+Green+Blue) = 244+85+170=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F455AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F455AA is #0BAA55. Grayscale: #8E8E8E. Windows color (decimal): -764502 or 11163124. OLE color: 11163124.

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

Color convert

RGB 244 85 170 -
CMYK 0 0.65 0.30 0.04
HSL 327.92º 0.88% 0.65% -
HSV(B) 327.92º 0.65% 0.96% -
XYZ 47.81 28.63 41.04 -
YUV 142.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 244 85 170 0 0.65 0.30 0.04 327.92 0.88 0.65
Hex F4 55 AA 0 41 1E 4 148 58 41
Octal 364 125 252 0 101 36 4 510 130 101
Binary 11110100 1010101 10101010 0 1000001 11110 100 101001000 1011000 1000001

Color Harmonies of #F455AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F455AA

Black with #F455AA

Text Example


Text Example

White with #F455AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F455AA; }

 p { color: rgb(244,85,170); }

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

background-color css

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

 a { background-color: rgb(244,85,170); }

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

border-color css

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

 span { border-color: rgb(244,85,170); }

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