Html Css Color HEX #F13CDF Razzle Dazzle Rose

📋 copy color: '#F13CDF'

red 241 ◦ green 60 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F13CDF

Tints of Razzle Dazzle Rose #F13CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 45.99%
G = 11.45%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F13CDF (or 0xF13CDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3C and DF. RGB value is (241,60,223). Sum of RGB (Red+Green+Blue) = 241+60+223=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 60 (23.83% from 255 or 11.45% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CDF is #0EC320. Grayscale: #848484. Windows color (decimal): -967457 or 14630129. OLE color: 14630129.

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

Color convert

RGB 241 60 223 -
CMYK 0 0.75 0.07 0.05
HSL 305.97º 0.87% 0.59% -
HSV(B) 305.97º 0.75% 0.95% -
XYZ 51.21 27.26 72.37 -
YUV 132.7 178.97 205.25 -
System Red Green Blue C M Y K H S L
Decimal 241 60 223 0 0.75 0.07 0.05 305.97 0.87 0.59
Hex F1 3C DF 0 4B 7 5 132 57 3B
Octal 361 74 337 0 113 7 5 462 127 73
Binary 11110001 111100 11011111 0 1001011 111 101 100110010 1010111 111011

Color Harmonies of #F13CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CDF

Black with #F13CDF

Text Example


Text Example

White with #F13CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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