Html Css Color HEX #F21EDB Razzle Dazzle Rose

📋 copy color: '#F21EDB'

red 242 ◦ green 30 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F21EDB

Tints of Razzle Dazzle Rose #F21EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.11%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 49.29%
G = 6.11%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F21EDB (or 0xF21EDB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1E and DB. RGB value is (242,30,219). Sum of RGB (Red+Green+Blue) = 242+30+219=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21EDB is #0DE124. Grayscale: #727272. Windows color (decimal): -909605 or 14360306. OLE color: 14360306.

HSL color Cylindrical-coordinate representation of color #F21EDB: hue angle of 306.51º 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 #F21EDB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 30 219 -
CMYK 0 0.88 0.10 0.05
HSL 306.51º 0.89% 0.53% -
HSV(B) 306.51º 0.88% 0.95% -
XYZ 49.87 24.92 69.2 -
YUV 114.93 186.74 218.63 -
System Red Green Blue C M Y K H S L
Decimal 242 30 219 0 0.88 0.10 0.05 306.51 0.89 0.53
Hex F2 1E DB 0 58 A 5 133 59 35
Octal 362 36 333 0 130 12 5 463 131 65
Binary 11110010 11110 11011011 0 1011000 1010 101 100110011 1011001 110101

Color Harmonies of #F21EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EDB

Black with #F21EDB

Text Example


Text Example

White with #F21EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EDB; }

 p { color: rgb(242,30,219); }

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

background-color css

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

 a { background-color: rgb(242,30,219); }

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

border-color css

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

 span { border-color: rgb(242,30,219); }

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