Html Css Color HEX #F13BCD Razzle Dazzle Rose

📋 copy color: '#F13BCD'

red 241 ◦ green 59 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F13BCD

Tints of Razzle Dazzle Rose #F13BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.68%

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 47.72%
G = 11.68%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F13BCD (or 0xF13BCD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3B and CD. RGB value is (241,59,205). Sum of RGB (Red+Green+Blue) = 241+59+205=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13BCD is #0EC432. Grayscale: #818181. Windows color (decimal): -967731 or 13450225. OLE color: 13450225.

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

Color convert

RGB 241 59 205 -
CMYK 0 0.76 0.15 0.05
HSL 311.87º 0.87% 0.59% -
HSV(B) 311.87º 0.76% 0.95% -
XYZ 48.86 26.24 60.25 -
YUV 130.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 241 59 205 0 0.76 0.15 0.05 311.87 0.87 0.59
Hex F1 3B CD 0 4C F 5 138 57 3B
Octal 361 73 315 0 114 17 5 470 127 73
Binary 11110001 111011 11001101 0 1001100 1111 101 100111000 1010111 111011

Color Harmonies of #F13BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13BCD

Black with #F13BCD

Text Example


Text Example

White with #F13BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13BCD; }

 p { color: rgb(241,59,205); }

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

background-color css

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

 a { background-color: rgb(241,59,205); }

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

border-color css

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

 span { border-color: rgb(241,59,205); }

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