Html Css Color HEX #F139BE Razzle Dazzle Rose

📋 copy color: '#F139BE'

red 241 ◦ green 57 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F139BE

Tints of Razzle Dazzle Rose #F139BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 49.39%
G = 11.68%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F139BE (or 0xF139BE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and BE. RGB value is (241,57,190). Sum of RGB (Red+Green+Blue) = 241+57+190=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F139BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139BE is #0EC641. Grayscale: #7E7E7E. Windows color (decimal): -968258 or 12466673. OLE color: 12466673.

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

Color convert

RGB 241 57 190 -
CMYK 0 0.76 0.21 0.05
HSL 316.63º 0.87% 0.58% -
HSV(B) 316.63º 0.76% 0.95% -
XYZ 47.03 25.34 51.13 -
YUV 127.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 241 57 190 0 0.76 0.21 0.05 316.63 0.87 0.58
Hex F1 39 BE 0 4C 15 5 13D 57 3A
Octal 361 71 276 0 114 25 5 475 127 72
Binary 11110001 111001 10111110 0 1001100 10101 101 100111101 1010111 111010

Color Harmonies of #F139BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139BE

Black with #F139BE

Text Example


Text Example

White with #F139BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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