Html Css Color HEX #F63BDA Razzle Dazzle Rose

📋 copy color: '#F63BDA'

red 246 ◦ green 59 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F63BDA

Tints of Razzle Dazzle Rose #F63BDA

RGB

 RED value IS 246 (96.48% from 255) = 47.04%

 GREEN value IS 59 (23.44% from 255) = 11.28%

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 47.04%
G = 11.28%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F63BDA (or 0xF63BDA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and DA. RGB value is (246,59,218). Sum of RGB (Red+Green+Blue) = 246+59+218=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 59 (23.44% from 255 or 11.28% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BDA is #09C425. Grayscale: #848484. Windows color (decimal): -640038 or 14302198. OLE color: 14302198.

HSL color Cylindrical-coordinate representation of color #F63BDA: hue angle of 308.98º degrees, saturation: 0.91, 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 #F63BDA is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 59 218 -
CMYK 0 0.76 0.11 0.04
HSL 308.98º 0.91% 0.6% -
HSV(B) 308.98º 0.76% 0.96% -
XYZ 52.22 27.78 68.94 -
YUV 133.04 175.95 208.57 -
System Red Green Blue C M Y K H S L
Decimal 246 59 218 0 0.76 0.11 0.04 308.98 0.91 0.6
Hex F6 3B DA 0 4C B 4 135 5B 3C
Octal 366 73 332 0 114 13 4 465 133 74
Binary 11110110 111011 11011010 0 1001100 1011 100 100110101 1011011 111100

Color Harmonies of #F63BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63BDA

Black with #F63BDA

Text Example


Text Example

White with #F63BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63BDA; }

 p { color: rgb(246,59,218); }

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

background-color css

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

 a { background-color: rgb(246,59,218); }

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

border-color css

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

 span { border-color: rgb(246,59,218); }

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