Html Css Color HEX #F93FE5 Razzle Dazzle Rose

📋 copy color: '#F93FE5'

red 249 ◦ green 63 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F93FE5

Tints of Razzle Dazzle Rose #F93FE5

RGB

 RED value IS 249 (97.66% from 255) = 46.03%

 GREEN value IS 63 (25% from 255) = 11.65%

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 46.03%
G = 11.65%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F93FE5 (or 0xF93FE5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and E5. RGB value is (249,63,229). Sum of RGB (Red+Green+Blue) = 249+63+229=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 63 (25% from 255 or 11.65% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93FE5 is #06C01A. Grayscale: #898989. Windows color (decimal): -442395 or 15024121. OLE color: 15024121.

HSL color Cylindrical-coordinate representation of color #F93FE5: hue angle of 306.45º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FE5 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 63 229 -
CMYK 0 0.75 0.08 0.02
HSL 306.45º 0.94% 0.61% -
HSV(B) 306.45º 0.75% 0.98% -
XYZ 54.99 29.35 76.9 -
YUV 137.54 179.62 207.5 -
System Red Green Blue C M Y K H S L
Decimal 249 63 229 0 0.75 0.08 0.02 306.45 0.94 0.61
Hex F9 3F E5 0 4B 8 2 132 5E 3D
Octal 371 77 345 0 113 10 2 462 136 75
Binary 11111001 111111 11100101 0 1001011 1000 10 100110010 1011110 111101

Color Harmonies of #F93FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FE5

Black with #F93FE5

Text Example


Text Example

White with #F93FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FE5; }

 p { color: rgb(249,63,229); }

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

background-color css

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

 a { background-color: rgb(249,63,229); }

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

border-color css

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

 span { border-color: rgb(249,63,229); }

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