Html Css Color HEX #F93FEE Razzle Dazzle Rose

📋 copy color: '#F93FEE'

red 249 ◦ green 63 ◦ blue 238

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

Shades of Razzle Dazzle Rose #F93FEE

Tints of Razzle Dazzle Rose #F93FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 45.27%
G = 11.45%
B = 43.27%

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

#F93FEE (or 0xF93FEE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and EE. RGB value is (249,63,238). Sum of RGB (Red+Green+Blue) = 249+63+238=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 63 (25% from 255 or 11.45% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FEE is #06C011. Grayscale: #8A8A8A. Windows color (decimal): -442386 or 15613945. OLE color: 15613945.

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

Color convert

RGB 249 63 238 -
CMYK 0 0.75 0.04 0.02
HSL 303.55º 0.94% 0.61% -
HSV(B) 303.55º 0.75% 0.98% -
XYZ 56.28 29.87 83.69 -
YUV 138.56 184.12 206.77 -
System Red Green Blue C M Y K H S L
Decimal 249 63 238 0 0.75 0.04 0.02 303.55 0.94 0.61
Hex F9 3F EE 0 4B 4 2 130 5E 3D
Octal 371 77 356 0 113 4 2 460 136 75
Binary 11111001 111111 11101110 0 1001011 100 10 100110000 1011110 111101

Color Harmonies of #F93FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FEE

Black with #F93FEE

Text Example


Text Example

White with #F93FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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