Html Css Color HEX #F541B8 Razzle Dazzle Rose

📋 copy color: '#F541B8'

red 245 ◦ green 65 ◦ blue 184

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

Shades of Razzle Dazzle Rose #F541B8

Tints of Razzle Dazzle Rose #F541B8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.16%

 BLUE value IS 184 (72.27% from 255) = 37.25%

R = 49.6%
G = 13.16%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F541B8 (or 0xF541B8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and B8. RGB value is (245,65,184). Sum of RGB (Red+Green+Blue) = 245+65+184=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F541B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541B8 is #0ABE47. Grayscale: #848484. Windows color (decimal): -704072 or 12075509. OLE color: 12075509.

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

Color convert

RGB 245 65 184 -
CMYK 0 0.73 0.25 0.04
HSL 320.33º 0.9% 0.61% -
HSV(B) 320.33º 0.73% 0.96% -
XYZ 48.2 26.65 47.95 -
YUV 132.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 245 65 184 0 0.73 0.25 0.04 320.33 0.9 0.61
Hex F5 41 B8 0 49 19 4 140 5A 3D
Octal 365 101 270 0 111 31 4 500 132 75
Binary 11110101 1000001 10111000 0 1001001 11001 100 101000000 1011010 111101

Color Harmonies of #F541B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541B8

Black with #F541B8

Text Example


Text Example

White with #F541B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541B8; }

 p { color: rgb(245,65,184); }

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

background-color css

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

 a { background-color: rgb(245,65,184); }

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

border-color css

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

 span { border-color: rgb(245,65,184); }

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