Html Css Color HEX #F721D2 Razzle Dazzle Rose

📋 copy color: '#F721D2'

red 247 ◦ green 33 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F721D2

Tints of Razzle Dazzle Rose #F721D2

RGB

 RED value IS 247 (96.88% from 255) = 50.41%

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

 BLUE value IS 210 (82.42% from 255) = 42.86%

R = 50.41%
G = 6.73%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F721D2 (or 0xF721D2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 21 and D2. RGB value is (247,33,210). Sum of RGB (Red+Green+Blue) = 247+33+210=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F721D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F721D2 is #08DE2D. Grayscale: #747474. Windows color (decimal): -581166 or 13771255. OLE color: 13771255.

HSL color Cylindrical-coordinate representation of color #F721D2: hue angle of 310.37º degrees, saturation: 0.93, 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 #F721D2 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 33 210 -
CMYK 0 0.87 0.15 0.03
HSL 310.37º 0.93% 0.55% -
HSV(B) 310.37º 0.87% 0.97% -
XYZ 50.53 25.52 63.23 -
YUV 117.16 180.4 220.61 -
System Red Green Blue C M Y K H S L
Decimal 247 33 210 0 0.87 0.15 0.03 310.37 0.93 0.55
Hex F7 21 D2 0 57 F 3 136 5D 37
Octal 367 41 322 0 127 17 3 466 135 67
Binary 11110111 100001 11010010 0 1010111 1111 11 100110110 1011101 110111

Color Harmonies of #F721D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F721D2

Black with #F721D2

Text Example


Text Example

White with #F721D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F721D2; }

 p { color: rgb(247,33,210); }

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

background-color css

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

 a { background-color: rgb(247,33,210); }

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

border-color css

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

 span { border-color: rgb(247,33,210); }

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