Html Css Color HEX #F93FF0 Razzle Dazzle Rose

📋 copy color: '#F93FF0'

red 249 ◦ green 63 ◦ blue 240

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

Shades of Razzle Dazzle Rose #F93FF0

Tints of Razzle Dazzle Rose #F93FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 45.11%
G = 11.41%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F93FF0 (or 0xF93FF0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and F0. RGB value is (249,63,240). Sum of RGB (Red+Green+Blue) = 249+63+240=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 63 (25% from 255 or 11.41% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FF0 is #06C00F. Grayscale: #8A8A8A. Windows color (decimal): -442384 or 15745017. OLE color: 15745017.

HSL color Cylindrical-coordinate representation of color #F93FF0: hue angle of 302.9º 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 #F93FF0 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 63 240 -
CMYK 0 0.75 0.04 0.02
HSL 302.9º 0.94% 0.61% -
HSV(B) 302.9º 0.75% 0.98% -
XYZ 56.57 29.99 85.24 -
YUV 138.79 185.12 206.61 -
System Red Green Blue C M Y K H S L
Decimal 249 63 240 0 0.75 0.04 0.02 302.9 0.94 0.61
Hex F9 3F F0 0 4B 4 2 12F 5E 3D
Octal 371 77 360 0 113 4 2 457 136 75
Binary 11111001 111111 11110000 0 1001011 100 10 100101111 1011110 111101

Color Harmonies of #F93FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FF0

Black with #F93FF0

Text Example


Text Example

White with #F93FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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