Html Css Color HEX #F63AD0 Razzle Dazzle Rose

📋 copy color: '#F63AD0'

red 246 ◦ green 58 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F63AD0

Tints of Razzle Dazzle Rose #F63AD0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.33%

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 48.05%
G = 11.33%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F63AD0 (or 0xF63AD0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and D0. RGB value is (246,58,208). Sum of RGB (Red+Green+Blue) = 246+58+208=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63AD0 is #09C52F. Grayscale: #828282. Windows color (decimal): -640304 or 13646582. OLE color: 13646582.

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

Color convert

RGB 246 58 208 -
CMYK 0 0.76 0.15 0.04
HSL 312.13º 0.91% 0.6% -
HSV(B) 312.13º 0.76% 0.96% -
XYZ 50.9 27.17 62.24 -
YUV 131.31 171.28 209.8 -
System Red Green Blue C M Y K H S L
Decimal 246 58 208 0 0.76 0.15 0.04 312.13 0.91 0.6
Hex F6 3A D0 0 4C F 4 138 5B 3C
Octal 366 72 320 0 114 17 4 470 133 74
Binary 11110110 111010 11010000 0 1001100 1111 100 100111000 1011011 111100

Color Harmonies of #F63AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63AD0

Black with #F63AD0

Text Example


Text Example

White with #F63AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63AD0; }

 p { color: rgb(246,58,208); }

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

background-color css

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

 a { background-color: rgb(246,58,208); }

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

border-color css

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

 span { border-color: rgb(246,58,208); }

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