Html Css Color HEX #F139C2 Razzle Dazzle Rose

📋 copy color: '#F139C2'

red 241 ◦ green 57 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F139C2

Tints of Razzle Dazzle Rose #F139C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.43%

R = 48.98%
G = 11.59%
B = 39.43%

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

#F139C2 (or 0xF139C2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 39 and C2. RGB value is (241,57,194). Sum of RGB (Red+Green+Blue) = 241+57+194=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F139C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139C2 is #0EC63D. Grayscale: #7F7F7F. Windows color (decimal): -968254 or 12728817. OLE color: 12728817.

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

Color convert

RGB 241 57 194 -
CMYK 0 0.76 0.20 0.05
HSL 315.33º 0.87% 0.58% -
HSV(B) 315.33º 0.76% 0.95% -
XYZ 47.48 25.52 53.46 -
YUV 127.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 241 57 194 0 0.76 0.20 0.05 315.33 0.87 0.58
Hex F1 39 C2 0 4C 14 5 13B 57 3A
Octal 361 71 302 0 114 24 5 473 127 72
Binary 11110001 111001 11000010 0 1001100 10100 101 100111011 1010111 111010

Color Harmonies of #F139C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139C2

Black with #F139C2

Text Example


Text Example

White with #F139C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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