Html Css Color HEX #F621D7 Razzle Dazzle Rose

📋 copy color: '#F621D7'

red 246 ◦ green 33 ◦ blue 215

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

Shades of Razzle Dazzle Rose #F621D7

Tints of Razzle Dazzle Rose #F621D7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.68%

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 49.8%
G = 6.68%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F621D7 (or 0xF621D7) is known color: Razzle Dazzle Rose. HEX triplet: F6, 21 and D7. RGB value is (246,33,215). Sum of RGB (Red+Green+Blue) = 246+33+215=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F621D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F621D7 is #09DE28. Grayscale: #747474. Windows color (decimal): -646697 or 14098934. OLE color: 14098934.

HSL color Cylindrical-coordinate representation of color #F621D7: hue angle of 308.73º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F621D7 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 33 215 -
CMYK 0 0.87 0.13 0.04
HSL 308.73º 0.92% 0.55% -
HSV(B) 308.73º 0.87% 0.96% -
XYZ 50.82 25.59 66.55 -
YUV 117.44 183.07 219.7 -
System Red Green Blue C M Y K H S L
Decimal 246 33 215 0 0.87 0.13 0.04 308.73 0.92 0.55
Hex F6 21 D7 0 57 D 4 135 5C 37
Octal 366 41 327 0 127 15 4 465 134 67
Binary 11110110 100001 11010111 0 1010111 1101 100 100110101 1011100 110111

Color Harmonies of #F621D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F621D7

Black with #F621D7

Text Example


Text Example

White with #F621D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F621D7; }

 p { color: rgb(246,33,215); }

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

background-color css

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

 a { background-color: rgb(246,33,215); }

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

border-color css

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

 span { border-color: rgb(246,33,215); }

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