Html Css Color HEX #F455A1 Brilliant Rose

📋 copy color: '#F455A1'

red 244 ◦ green 85 ◦ blue 161

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

Shades of Brilliant Rose #F455A1

Tints of Brilliant Rose #F455A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.86%

R = 49.8%
G = 17.35%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F455A1 (or 0xF455A1) is known color: Brilliant Rose. HEX triplet: F4, 55 and A1. RGB value is (244,85,161). Sum of RGB (Red+Green+Blue) = 244+85+161=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F455A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F455A1 is #0BAA5E. Grayscale: #8D8D8D. Windows color (decimal): -764511 or 10573300. OLE color: 10573300.

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

Color convert

RGB 244 85 161 -
CMYK 0 0.65 0.34 0.04
HSL 331.32º 0.88% 0.65% -
HSV(B) 331.32º 0.65% 0.96% -
XYZ 46.99 28.3 36.7 -
YUV 141.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 244 85 161 0 0.65 0.34 0.04 331.32 0.88 0.65
Hex F4 55 A1 0 41 22 4 14B 58 41
Octal 364 125 241 0 101 42 4 513 130 101
Binary 11110100 1010101 10100001 0 1000001 100010 100 101001011 1011000 1000001

Color Harmonies of #F455A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F455A1

Black with #F455A1

Text Example


Text Example

White with #F455A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F455A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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