Html Css Color HEX #F93CE1 Razzle Dazzle Rose

📋 copy color: '#F93CE1'

red 249 ◦ green 60 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F93CE1

Tints of Razzle Dazzle Rose #F93CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.24%

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 46.63%
G = 11.24%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F93CE1 (or 0xF93CE1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and E1. RGB value is (249,60,225). Sum of RGB (Red+Green+Blue) = 249+60+225=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 60 (23.83% from 255 or 11.24% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CE1 is #06C31E. Grayscale: #868686. Windows color (decimal): -443167 or 14761209. OLE color: 14761209.

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

Color convert

RGB 249 60 225 -
CMYK 0 0.76 0.10 0.02
HSL 307.62º 0.94% 0.61% -
HSV(B) 307.62º 0.76% 0.98% -
XYZ 54.27 28.81 73.93 -
YUV 135.32 178.62 209.08 -
System Red Green Blue C M Y K H S L
Decimal 249 60 225 0 0.76 0.10 0.02 307.62 0.94 0.61
Hex F9 3C E1 0 4C A 2 134 5E 3D
Octal 371 74 341 0 114 12 2 464 136 75
Binary 11111001 111100 11100001 0 1001100 1010 10 100110100 1011110 111101

Color Harmonies of #F93CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93CE1

Black with #F93CE1

Text Example


Text Example

White with #F93CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93CE1; }

 p { color: rgb(249,60,225); }

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

background-color css

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

 a { background-color: rgb(249,60,225); }

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

border-color css

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

 span { border-color: rgb(249,60,225); }

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