Html Css Color HEX #F54AC6 Razzle Dazzle Rose

📋 copy color: '#F54AC6'

red 245 ◦ green 74 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F54AC6

Tints of Razzle Dazzle Rose #F54AC6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.31%

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 47.39%
G = 14.31%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F54AC6 (or 0xF54AC6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 4A and C6. RGB value is (245,74,198). Sum of RGB (Red+Green+Blue) = 245+74+198=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F54AC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54AC6 is #0AB539. Grayscale: #8A8A8A. Windows color (decimal): -701754 or 12995317. OLE color: 12995317.

HSL color Cylindrical-coordinate representation of color #F54AC6: hue angle of 316.49º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54AC6 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 74 198 -
CMYK 0 0.70 0.19 0.04
HSL 316.49º 0.9% 0.63% -
HSV(B) 316.49º 0.7% 0.96% -
XYZ 50.3 28.39 56.25 -
YUV 139.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 245 74 198 0 0.70 0.19 0.04 316.49 0.9 0.63
Hex F5 4A C6 0 46 13 4 13C 5A 3F
Octal 365 112 306 0 106 23 4 474 132 77
Binary 11110101 1001010 11000110 0 1000110 10011 100 100111100 1011010 111111

Color Harmonies of #F54AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54AC6

Black with #F54AC6

Text Example


Text Example

White with #F54AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54AC6; }

 p { color: rgb(245,74,198); }

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

background-color css

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

 a { background-color: rgb(245,74,198); }

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

border-color css

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

 span { border-color: rgb(245,74,198); }

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