Html Css Color HEX #F13FDD Razzle Dazzle Rose

📋 copy color: '#F13FDD'

red 241 ◦ green 63 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F13FDD

Tints of Razzle Dazzle Rose #F13FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 12%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 45.9%
G = 12%
B = 42.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F13FDD (or 0xF13FDD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3F and DD. RGB value is (241,63,221). Sum of RGB (Red+Green+Blue) = 241+63+221=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 63 (25% from 255 or 12% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FDD is #0EC022. Grayscale: #858585. Windows color (decimal): -966691 or 14499825. OLE color: 14499825.

HSL color Cylindrical-coordinate representation of color #F13FDD: hue angle of 306.74º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13FDD is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 221 -
CMYK 0 0.74 0.08 0.05
HSL 306.74º 0.86% 0.6% -
HSV(B) 306.74º 0.74% 0.95% -
XYZ 51.1 27.48 71.02 -
YUV 134.23 176.97 204.15 -
System Red Green Blue C M Y K H S L
Decimal 241 63 221 0 0.74 0.08 0.05 306.74 0.86 0.6
Hex F1 3F DD 0 4A 8 5 133 56 3C
Octal 361 77 335 0 112 10 5 463 126 74
Binary 11110001 111111 11011101 0 1001010 1000 101 100110011 1010110 111100

Color Harmonies of #F13FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FDD

Black with #F13FDD

Text Example


Text Example

White with #F13FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FDD; }

 p { color: rgb(241,63,221); }

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

background-color css

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

 a { background-color: rgb(241,63,221); }

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

border-color css

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

 span { border-color: rgb(241,63,221); }

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