Html Css Color HEX #F93AF2 Razzle Dazzle Rose

📋 copy color: '#F93AF2'

red 249 ◦ green 58 ◦ blue 242

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

Shades of Razzle Dazzle Rose #F93AF2

Tints of Razzle Dazzle Rose #F93AF2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.56%

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 45.36%
G = 10.56%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F93AF2 (or 0xF93AF2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and F2. RGB value is (249,58,242). Sum of RGB (Red+Green+Blue) = 249+58+242=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 58 (23.05% from 255 or 10.56% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93AF2 is #06C50D. Grayscale: #878787. Windows color (decimal): -443662 or 15874809. OLE color: 15874809.

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

Color convert

RGB 249 58 242 -
CMYK 0 0.77 0.03 0.02
HSL 302.2º 0.94% 0.6% -
HSV(B) 302.2º 0.77% 0.98% -
XYZ 56.61 29.58 86.73 -
YUV 136.09 187.78 208.54 -
System Red Green Blue C M Y K H S L
Decimal 249 58 242 0 0.77 0.03 0.02 302.2 0.94 0.6
Hex F9 3A F2 0 4D 3 2 12E 5E 3C
Octal 371 72 362 0 115 3 2 456 136 74
Binary 11111001 111010 11110010 0 1001101 11 10 100101110 1011110 111100

Color Harmonies of #F93AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93AF2

Black with #F93AF2

Text Example


Text Example

White with #F93AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93AF2; }

 p { color: rgb(249,58,242); }

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

background-color css

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

 a { background-color: rgb(249,58,242); }

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

border-color css

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

 span { border-color: rgb(249,58,242); }

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