Html Css Color HEX #F13ABF Razzle Dazzle Rose

📋 copy color: '#F13ABF'

red 241 ◦ green 58 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F13ABF

Tints of Razzle Dazzle Rose #F13ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.84%

 BLUE value IS 191 (75% from 255) = 38.98%

R = 49.18%
G = 11.84%
B = 38.98%

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

#F13ABF (or 0xF13ABF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3A and BF. RGB value is (241,58,191). Sum of RGB (Red+Green+Blue) = 241+58+191=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ABF is #0EC540. Grayscale: #7F7F7F. Windows color (decimal): -968001 or 12532465. OLE color: 12532465.

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

Color convert

RGB 241 58 191 -
CMYK 0 0.76 0.21 0.05
HSL 316.39º 0.87% 0.59% -
HSV(B) 316.39º 0.76% 0.95% -
XYZ 47.19 25.49 51.72 -
YUV 127.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 241 58 191 0 0.76 0.21 0.05 316.39 0.87 0.59
Hex F1 3A BF 0 4C 15 5 13C 57 3B
Octal 361 72 277 0 114 25 5 474 127 73
Binary 11110001 111010 10111111 0 1001100 10101 101 100111100 1010111 111011

Color Harmonies of #F13ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13ABF

Black with #F13ABF

Text Example


Text Example

White with #F13ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13ABF; }

 p { color: rgb(241,58,191); }

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

background-color css

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

 a { background-color: rgb(241,58,191); }

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

border-color css

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

 span { border-color: rgb(241,58,191); }

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