Html Css Color HEX #F13CCD Razzle Dazzle Rose

📋 copy color: '#F13CCD'

red 241 ◦ green 60 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F13CCD

Tints of Razzle Dazzle Rose #F13CCD

RGB

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

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

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

R = 47.63%
G = 11.86%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F13CCD (or 0xF13CCD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3C and CD. RGB value is (241,60,205). Sum of RGB (Red+Green+Blue) = 241+60+205=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CCD is #0EC332. Grayscale: #828282. Windows color (decimal): -967475 or 13450481. OLE color: 13450481.

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

Color convert

RGB 241 60 205 -
CMYK 0 0.75 0.15 0.05
HSL 311.93º 0.87% 0.59% -
HSV(B) 311.93º 0.75% 0.95% -
XYZ 48.91 26.34 60.26 -
YUV 130.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 241 60 205 0 0.75 0.15 0.05 311.93 0.87 0.59
Hex F1 3C CD 0 4B F 5 138 57 3B
Octal 361 74 315 0 113 17 5 470 127 73
Binary 11110001 111100 11001101 0 1001011 1111 101 100111000 1010111 111011

Color Harmonies of #F13CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CCD

Black with #F13CCD

Text Example


Text Example

White with #F13CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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