Html Css Color HEX #F63CBA Razzle Dazzle Rose

📋 copy color: '#F63CBA'

red 246 ◦ green 60 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F63CBA

Tints of Razzle Dazzle Rose #F63CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 50%
G = 12.2%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F63CBA (or 0xF63CBA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and BA. RGB value is (246,60,186). Sum of RGB (Red+Green+Blue) = 246+60+186=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CBA is #09C345. Grayscale: #818181. Windows color (decimal): -639814 or 12205302. OLE color: 12205302.

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

Color convert

RGB 246 60 186 -
CMYK 0 0.76 0.24 0.04
HSL 319.35º 0.91% 0.6% -
HSV(B) 319.35º 0.76% 0.96% -
XYZ 48.48 26.37 48.99 -
YUV 129.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 246 60 186 0 0.76 0.24 0.04 319.35 0.91 0.6
Hex F6 3C BA 0 4C 18 4 13F 5B 3C
Octal 366 74 272 0 114 30 4 477 133 74
Binary 11110110 111100 10111010 0 1001100 11000 100 100111111 1011011 111100

Color Harmonies of #F63CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CBA

Black with #F63CBA

Text Example


Text Example

White with #F63CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CBA; }

 p { color: rgb(246,60,186); }

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

background-color css

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

 a { background-color: rgb(246,60,186); }

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

border-color css

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

 span { border-color: rgb(246,60,186); }

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