Html Css Color HEX #F139C0 Razzle Dazzle Rose

📋 copy color: '#F139C0'

red 241 ◦ green 57 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F139C0

Tints of Razzle Dazzle Rose #F139C0

RGB

 RED value IS 241 (94.53% from 255) = 49.18%

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

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

R = 49.18%
G = 11.63%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F139C0 (or 0xF139C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and C0. RGB value is (241,57,192). Sum of RGB (Red+Green+Blue) = 241+57+192=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F139C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139C0 is #0EC63F. Grayscale: #7F7F7F. Windows color (decimal): -968256 or 12597745. OLE color: 12597745.

HSL color Cylindrical-coordinate representation of color #F139C0: hue angle of 315.98º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F139C0 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 57 192 -
CMYK 0 0.76 0.20 0.05
HSL 315.98º 0.87% 0.58% -
HSV(B) 315.98º 0.76% 0.95% -
XYZ 47.25 25.43 52.29 -
YUV 127.41 164.46 209.02 -
System Red Green Blue C M Y K H S L
Decimal 241 57 192 0 0.76 0.20 0.05 315.98 0.87 0.58
Hex F1 39 C0 0 4C 14 5 13C 57 3A
Octal 361 71 300 0 114 24 5 474 127 72
Binary 11110001 111001 11000000 0 1001100 10100 101 100111100 1010111 111010

Color Harmonies of #F139C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139C0

Black with #F139C0

Text Example


Text Example

White with #F139C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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