Html Css Color HEX #F45AB0 Brilliant Rose

📋 copy color: '#F45AB0'

red 244 ◦ green 90 ◦ blue 176

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

Shades of Brilliant Rose #F45AB0

Tints of Brilliant Rose #F45AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 47.84%
G = 17.65%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F45AB0 (or 0xF45AB0) is known color: Brilliant Rose. HEX triplet: F4, 5A and B0. RGB value is (244,90,176). Sum of RGB (Red+Green+Blue) = 244+90+176=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45AB0 is #0BA54F. Grayscale: #919191. Windows color (decimal): -763216 or 11557620. OLE color: 11557620.

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

Color convert

RGB 244 90 176 -
CMYK 0 0.63 0.28 0.04
HSL 326.49º 0.88% 0.65% -
HSV(B) 326.49º 0.63% 0.96% -
XYZ 48.8 29.68 44.23 -
YUV 145.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 244 90 176 0 0.63 0.28 0.04 326.49 0.88 0.65
Hex F4 5A B0 0 3F 1C 4 146 58 41
Octal 364 132 260 0 77 34 4 506 130 101
Binary 11110100 1011010 10110000 0 111111 11100 100 101000110 1011000 1000001

Color Harmonies of #F45AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45AB0

Black with #F45AB0

Text Example


Text Example

White with #F45AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45AB0; }

 p { color: rgb(244,90,176); }

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

background-color css

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

 a { background-color: rgb(244,90,176); }

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

border-color css

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

 span { border-color: rgb(244,90,176); }

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