Html Css Color HEX #F939C0 Razzle Dazzle Rose

📋 copy color: '#F939C0'

red 249 ◦ green 57 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F939C0

Tints of Razzle Dazzle Rose #F939C0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.45%

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 50%
G = 11.45%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F939C0 (or 0xF939C0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 39 and C0. RGB value is (249,57,192). Sum of RGB (Red+Green+Blue) = 249+57+192=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F939C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F939C0 is #06C63F. Grayscale: #818181. Windows color (decimal): -443968 or 12597753. OLE color: 12597753.

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

Color convert

RGB 249 57 192 -
CMYK 0 0.77 0.23 0.02
HSL 317.81º 0.94% 0.6% -
HSV(B) 317.81º 0.77% 0.98% -
XYZ 50.04 26.87 52.42 -
YUV 129.8 163.11 213.02 -
System Red Green Blue C M Y K H S L
Decimal 249 57 192 0 0.77 0.23 0.02 317.81 0.94 0.6
Hex F9 39 C0 0 4D 17 2 13E 5E 3C
Octal 371 71 300 0 115 27 2 476 136 74
Binary 11111001 111001 11000000 0 1001101 10111 10 100111110 1011110 111100

Color Harmonies of #F939C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F939C0

Black with #F939C0

Text Example


Text Example

White with #F939C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F939C0; }

 p { color: rgb(249,57,192); }

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

background-color css

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

 a { background-color: rgb(249,57,192); }

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

border-color css

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

 span { border-color: rgb(249,57,192); }

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