Html Css Color HEX #F940EF Razzle Dazzle Rose

📋 copy color: '#F940EF'

red 249 ◦ green 64 ◦ blue 239

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

Shades of Razzle Dazzle Rose #F940EF

Tints of Razzle Dazzle Rose #F940EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.59%

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 45.11%
G = 11.59%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F940EF (or 0xF940EF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and EF. RGB value is (249,64,239). Sum of RGB (Red+Green+Blue) = 249+64+239=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F940EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F940EF is #06BF10. Grayscale: #8A8A8A. Windows color (decimal): -442129 or 15679737. OLE color: 15679737.

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

Color convert

RGB 249 64 239 -
CMYK 0 0.74 0.04 0.02
HSL 303.24º 0.94% 0.61% -
HSV(B) 303.24º 0.74% 0.98% -
XYZ 56.48 30.04 84.48 -
YUV 139.27 184.29 206.27 -
System Red Green Blue C M Y K H S L
Decimal 249 64 239 0 0.74 0.04 0.02 303.24 0.94 0.61
Hex F9 40 EF 0 4A 4 2 12F 5E 3D
Octal 371 100 357 0 112 4 2 457 136 75
Binary 11111001 1000000 11101111 0 1001010 100 10 100101111 1011110 111101

Color Harmonies of #F940EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F940EF

Black with #F940EF

Text Example


Text Example

White with #F940EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F940EF; }

 p { color: rgb(249,64,239); }

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

background-color css

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

 a { background-color: rgb(249,64,239); }

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

border-color css

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

 span { border-color: rgb(249,64,239); }

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