Html Css Color HEX #F541B9 Razzle Dazzle Rose

📋 copy color: '#F541B9'

red 245 ◦ green 65 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F541B9

Tints of Razzle Dazzle Rose #F541B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.37%

R = 49.49%
G = 13.13%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F541B9 (or 0xF541B9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and B9. RGB value is (245,65,185). Sum of RGB (Red+Green+Blue) = 245+65+185=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F541B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541B9 is #0ABE46. Grayscale: #848484. Windows color (decimal): -704071 or 12141045. OLE color: 12141045.

HSL color Cylindrical-coordinate representation of color #F541B9: hue angle of 320º 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 #F541B9 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 65 185 -
CMYK 0 0.73 0.24 0.04
HSL 320º 0.9% 0.61% -
HSV(B) 320º 0.73% 0.96% -
XYZ 48.3 26.7 48.51 -
YUV 132.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 245 65 185 0 0.73 0.24 0.04 320 0.9 0.61
Hex F5 41 B9 0 49 18 4 140 5A 3D
Octal 365 101 271 0 111 30 4 500 132 75
Binary 11110101 1000001 10111001 0 1001001 11000 100 101000000 1011010 111101

Color Harmonies of #F541B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541B9

Black with #F541B9

Text Example


Text Example

White with #F541B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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