Html Css Color HEX #F554B2 Brilliant Rose

📋 copy color: '#F554B2'

red 245 ◦ green 84 ◦ blue 178

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

Shades of Brilliant Rose #F554B2

Tints of Brilliant Rose #F554B2

RGB

 RED value IS 245 (96.09% from 255) = 48.32%

 GREEN value IS 84 (33.2% from 255) = 16.57%

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 48.32%
G = 16.57%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F554B2 (or 0xF554B2) is known color: Brilliant Rose. HEX triplet: F5, 54 and B2. RGB value is (245,84,178). Sum of RGB (Red+Green+Blue) = 245+84+178=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F554B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F554B2 is #0AAB4D. Grayscale: #8E8E8E. Windows color (decimal): -699214 or 11687157. OLE color: 11687157.

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

Color convert

RGB 245 84 178 -
CMYK 0 0.66 0.27 0.04
HSL 324.97º 0.89% 0.65% -
HSV(B) 324.97º 0.66% 0.96% -
XYZ 48.86 28.97 45.14 -
YUV 142.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 245 84 178 0 0.66 0.27 0.04 324.97 0.89 0.65
Hex F5 54 B2 0 42 1B 4 145 59 41
Octal 365 124 262 0 102 33 4 505 131 101
Binary 11110101 1010100 10110010 0 1000010 11011 100 101000101 1011001 1000001

Color Harmonies of #F554B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554B2

Black with #F554B2

Text Example


Text Example

White with #F554B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554B2; }

 p { color: rgb(245,84,178); }

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

background-color css

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

 a { background-color: rgb(245,84,178); }

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

border-color css

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

 span { border-color: rgb(245,84,178); }

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