Html Css Color HEX #F540BB Razzle Dazzle Rose

📋 copy color: '#F540BB'

red 245 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F540BB

Tints of Razzle Dazzle Rose #F540BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.9%

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 49.4%
G = 12.9%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F540BB (or 0xF540BB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and BB. RGB value is (245,64,187). Sum of RGB (Red+Green+Blue) = 245+64+187=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F540BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540BB is #0ABF44. Grayscale: #838383. Windows color (decimal): -704325 or 12271861. OLE color: 12271861.

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

Color convert

RGB 245 64 187 -
CMYK 0 0.74 0.24 0.04
HSL 319.23º 0.9% 0.61% -
HSV(B) 319.23º 0.74% 0.96% -
XYZ 48.46 26.67 49.61 -
YUV 132.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 245 64 187 0 0.74 0.24 0.04 319.23 0.9 0.61
Hex F5 40 BB 0 4A 18 4 13F 5A 3D
Octal 365 100 273 0 112 30 4 477 132 75
Binary 11110101 1000000 10111011 0 1001010 11000 100 100111111 1011010 111101

Color Harmonies of #F540BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F540BB

Black with #F540BB

Text Example


Text Example

White with #F540BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F540BB; }

 p { color: rgb(245,64,187); }

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

background-color css

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

 a { background-color: rgb(245,64,187); }

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

border-color css

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

 span { border-color: rgb(245,64,187); }

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