Html Css Color HEX #F63FCF Razzle Dazzle Rose

📋 copy color: '#F63FCF'

red 246 ◦ green 63 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F63FCF

Tints of Razzle Dazzle Rose #F63FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.21%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 47.67%
G = 12.21%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F63FCF (or 0xF63FCF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and CF. RGB value is (246,63,207). Sum of RGB (Red+Green+Blue) = 246+63+207=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FCF is #09C030. Grayscale: #858585. Windows color (decimal): -639025 or 13582326. OLE color: 13582326.

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

Color convert

RGB 246 63 207 -
CMYK 0 0.74 0.16 0.04
HSL 312.79º 0.91% 0.61% -
HSV(B) 312.79º 0.74% 0.96% -
XYZ 51.05 27.65 61.68 -
YUV 134.13 169.13 207.79 -
System Red Green Blue C M Y K H S L
Decimal 246 63 207 0 0.74 0.16 0.04 312.79 0.91 0.61
Hex F6 3F CF 0 4A 10 4 139 5B 3D
Octal 366 77 317 0 112 20 4 471 133 75
Binary 11110110 111111 11001111 0 1001010 10000 100 100111001 1011011 111101

Color Harmonies of #F63FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63FCF

Black with #F63FCF

Text Example


Text Example

White with #F63FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63FCF; }

 p { color: rgb(246,63,207); }

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

background-color css

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

 a { background-color: rgb(246,63,207); }

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

border-color css

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

 span { border-color: rgb(246,63,207); }

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