Html Css Color HEX #F21DD5 Razzle Dazzle Rose

📋 copy color: '#F21DD5'

red 242 ◦ green 29 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F21DD5

Tints of Razzle Dazzle Rose #F21DD5

RGB

 RED value IS 242 (94.92% from 255) = 50%

 GREEN value IS 29 (11.72% from 255) = 5.99%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 50%
G = 5.99%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F21DD5 (or 0xF21DD5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1D and D5. RGB value is (242,29,213). Sum of RGB (Red+Green+Blue) = 242+29+213=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DD5 is #0DE22A. Grayscale: #717171. Windows color (decimal): -909867 or 13966834. OLE color: 13966834.

HSL color Cylindrical-coordinate representation of color #F21DD5: hue angle of 308.17º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DD5 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 29 213 -
CMYK 0 0.88 0.12 0.05
HSL 308.17º 0.89% 0.53% -
HSV(B) 308.17º 0.88% 0.95% -
XYZ 49.07 24.56 65.11 -
YUV 113.66 184.07 219.54 -
System Red Green Blue C M Y K H S L
Decimal 242 29 213 0 0.88 0.12 0.05 308.17 0.89 0.53
Hex F2 1D D5 0 58 C 5 134 59 35
Octal 362 35 325 0 130 14 5 464 131 65
Binary 11110010 11101 11010101 0 1011000 1100 101 100110100 1011001 110101

Color Harmonies of #F21DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21DD5

Black with #F21DD5

Text Example


Text Example

White with #F21DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21DD5; }

 p { color: rgb(242,29,213); }

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

background-color css

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

 a { background-color: rgb(242,29,213); }

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

border-color css

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

 span { border-color: rgb(242,29,213); }

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