Html Css Color HEX #F5479E Brilliant Rose

📋 copy color: '#F5479E'

red 245 ◦ green 71 ◦ blue 158

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

Shades of Brilliant Rose #F5479E

Tints of Brilliant Rose #F5479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.98%

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 51.69%
G = 14.98%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5479E (or 0xF5479E) is known color: Brilliant Rose. HEX triplet: F5, 47 and 9E. RGB value is (245,71,158). Sum of RGB (Red+Green+Blue) = 245+71+158=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5479E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5479E is #0AB861. Grayscale: #848484. Windows color (decimal): -702562 or 10373109. OLE color: 10373109.

HSL color Cylindrical-coordinate representation of color #F5479E: hue angle of 330º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5479E is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 71 158 -
CMYK 0 0.71 0.36 0.04
HSL 330º 0.9% 0.62% -
HSV(B) 330º 0.71% 0.96% -
XYZ 46.08 26.39 35.01 -
YUV 132.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 245 71 158 0 0.71 0.36 0.04 330 0.9 0.62
Hex F5 47 9E 0 47 24 4 14A 5A 3E
Octal 365 107 236 0 107 44 4 512 132 76
Binary 11110101 1000111 10011110 0 1000111 100100 100 101001010 1011010 111110

Color Harmonies of #F5479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5479E

Black with #F5479E

Text Example


Text Example

White with #F5479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5479E; }

 p { color: rgb(245,71,158); }

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

background-color css

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

 a { background-color: rgb(245,71,158); }

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

border-color css

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

 span { border-color: rgb(245,71,158); }

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