Html Css Color HEX #F821E7 Razzle Dazzle Rose

📋 copy color: '#F821E7'

red 248 ◦ green 33 ◦ blue 231

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

Shades of Razzle Dazzle Rose #F821E7

Tints of Razzle Dazzle Rose #F821E7

RGB

 RED value IS 248 (97.27% from 255) = 48.44%

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

 BLUE value IS 231 (90.63% from 255) = 45.12%

R = 48.44%
G = 6.45%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F821E7 (or 0xF821E7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 21 and E7. RGB value is (248,33,231). Sum of RGB (Red+Green+Blue) = 248+33+231=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 33 (13.28% from 255 or 6.45% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F821E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F821E7 is #07DE18. Grayscale: #777777. Windows color (decimal): -515609 or 15147512. OLE color: 15147512.

HSL color Cylindrical-coordinate representation of color #F821E7: hue angle of 304.74º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F821E7 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 33 231 -
CMYK 0 0.87 0.07 0.03
HSL 304.74º 0.94% 0.55% -
HSV(B) 304.74º 0.87% 0.97% -
XYZ 53.68 26.81 77.95 -
YUV 119.86 190.73 219.4 -
System Red Green Blue C M Y K H S L
Decimal 248 33 231 0 0.87 0.07 0.03 304.74 0.94 0.55
Hex F8 21 E7 0 57 7 3 131 5E 37
Octal 370 41 347 0 127 7 3 461 136 67
Binary 11111000 100001 11100111 0 1010111 111 11 100110001 1011110 110111

Color Harmonies of #F821E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F821E7

Black with #F821E7

Text Example


Text Example

White with #F821E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F821E7; }

 p { color: rgb(248,33,231); }

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

background-color css

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

 a { background-color: rgb(248,33,231); }

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

border-color css

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

 span { border-color: rgb(248,33,231); }

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