Html Css Color HEX #F935C5 Razzle Dazzle Rose

📋 copy color: '#F935C5'

red 249 ◦ green 53 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F935C5

Tints of Razzle Dazzle Rose #F935C5

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.62%

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 49.9%
G = 10.62%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F935C5 (or 0xF935C5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 35 and C5. RGB value is (249,53,197). Sum of RGB (Red+Green+Blue) = 249+53+197=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F935C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F935C5 is #06CA3A. Grayscale: #7F7F7F. Windows color (decimal): -444987 or 12924409. OLE color: 12924409.

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

Color convert

RGB 249 53 197 -
CMYK 0 0.79 0.21 0.02
HSL 315.92º 0.94% 0.59% -
HSV(B) 315.92º 0.79% 0.98% -
XYZ 50.42 26.72 55.32 -
YUV 128.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 249 53 197 0 0.79 0.21 0.02 315.92 0.94 0.59
Hex F9 35 C5 0 4F 15 2 13C 5E 3B
Octal 371 65 305 0 117 25 2 474 136 73
Binary 11111001 110101 11000101 0 1001111 10101 10 100111100 1011110 111011

Color Harmonies of #F935C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F935C5

Black with #F935C5

Text Example


Text Example

White with #F935C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F935C5; }

 p { color: rgb(249,53,197); }

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

background-color css

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

 a { background-color: rgb(249,53,197); }

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

border-color css

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

 span { border-color: rgb(249,53,197); }

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