Html Css Color HEX #F53CBC Razzle Dazzle Rose

📋 copy color: '#F53CBC'

red 245 ◦ green 60 ◦ blue 188

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

Shades of Razzle Dazzle Rose #F53CBC

Tints of Razzle Dazzle Rose #F53CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.17%

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 49.7%
G = 12.17%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F53CBC (or 0xF53CBC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and BC. RGB value is (245,60,188). Sum of RGB (Red+Green+Blue) = 245+60+188=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CBC is #0AC343. Grayscale: #818181. Windows color (decimal): -705348 or 12336373. OLE color: 12336373.

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

Color convert

RGB 245 60 188 -
CMYK 0 0.76 0.23 0.04
HSL 318.49º 0.9% 0.6% -
HSV(B) 318.49º 0.76% 0.96% -
XYZ 48.35 26.28 50.1 -
YUV 129.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 245 60 188 0 0.76 0.23 0.04 318.49 0.9 0.6
Hex F5 3C BC 0 4C 17 4 13E 5A 3C
Octal 365 74 274 0 114 27 4 476 132 74
Binary 11110101 111100 10111100 0 1001100 10111 100 100111110 1011010 111100

Color Harmonies of #F53CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CBC

Black with #F53CBC

Text Example


Text Example

White with #F53CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CBC; }

 p { color: rgb(245,60,188); }

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

background-color css

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

 a { background-color: rgb(245,60,188); }

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

border-color css

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

 span { border-color: rgb(245,60,188); }

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