Html Css Color HEX #F13CDD Razzle Dazzle Rose

📋 copy color: '#F13CDD'

red 241 ◦ green 60 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F13CDD

Tints of Razzle Dazzle Rose #F13CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.49%

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

R = 46.17%
G = 11.49%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F13CDD (or 0xF13CDD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3C and DD. RGB value is (241,60,221). Sum of RGB (Red+Green+Blue) = 241+60+221=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CDD is #0EC322. Grayscale: #848484. Windows color (decimal): -967459 or 14499057. OLE color: 14499057.

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

Color convert

RGB 241 60 221 -
CMYK 0 0.75 0.08 0.05
HSL 306.63º 0.87% 0.59% -
HSV(B) 306.63º 0.75% 0.95% -
XYZ 50.94 27.15 70.96 -
YUV 132.47 177.97 205.41 -
System Red Green Blue C M Y K H S L
Decimal 241 60 221 0 0.75 0.08 0.05 306.63 0.87 0.59
Hex F1 3C DD 0 4B 8 5 133 57 3B
Octal 361 74 335 0 113 10 5 463 127 73
Binary 11110001 111100 11011101 0 1001011 1000 101 100110011 1010111 111011

Color Harmonies of #F13CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CDD

Black with #F13CDD

Text Example


Text Example

White with #F13CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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