Html Css Color HEX #F93DC2 Razzle Dazzle Rose

📋 copy color: '#F93DC2'

red 249 ◦ green 61 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F93DC2

Tints of Razzle Dazzle Rose #F93DC2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.1%

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 49.4%
G = 12.1%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F93DC2 (or 0xF93DC2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and C2. RGB value is (249,61,194). Sum of RGB (Red+Green+Blue) = 249+61+194=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DC2 is #06C23D. Grayscale: #848484. Windows color (decimal): -442942 or 12729849. OLE color: 12729849.

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

Color convert

RGB 249 61 194 -
CMYK 0 0.76 0.22 0.02
HSL 317.55º 0.94% 0.61% -
HSV(B) 317.55º 0.76% 0.98% -
XYZ 50.47 27.37 53.66 -
YUV 132.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 249 61 194 0 0.76 0.22 0.02 317.55 0.94 0.61
Hex F9 3D C2 0 4C 16 2 13E 5E 3D
Octal 371 75 302 0 114 26 2 476 136 75
Binary 11111001 111101 11000010 0 1001100 10110 10 100111110 1011110 111101

Color Harmonies of #F93DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93DC2

Black with #F93DC2

Text Example


Text Example

White with #F93DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93DC2; }

 p { color: rgb(249,61,194); }

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

background-color css

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

 a { background-color: rgb(249,61,194); }

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

border-color css

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

 span { border-color: rgb(249,61,194); }

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