Html Css Color HEX #F13CDA Razzle Dazzle Rose

📋 copy color: '#F13CDA'

red 241 ◦ green 60 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F13CDA

Tints of Razzle Dazzle Rose #F13CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 46.44%
G = 11.56%
B = 42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F13CDA (or 0xF13CDA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3C and DA. RGB value is (241,60,218). Sum of RGB (Red+Green+Blue) = 241+60+218=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CDA is #0EC325. Grayscale: #838383. Windows color (decimal): -967462 or 14302449. OLE color: 14302449.

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

Color convert

RGB 241 60 218 -
CMYK 0 0.75 0.10 0.05
HSL 307.62º 0.87% 0.59% -
HSV(B) 307.62º 0.75% 0.95% -
XYZ 50.55 26.99 68.88 -
YUV 132.13 176.47 205.65 -
System Red Green Blue C M Y K H S L
Decimal 241 60 218 0 0.75 0.10 0.05 307.62 0.87 0.59
Hex F1 3C DA 0 4B A 5 134 57 3B
Octal 361 74 332 0 113 12 5 464 127 73
Binary 11110001 111100 11011010 0 1001011 1010 101 100110100 1010111 111011

Color Harmonies of #F13CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CDA

Black with #F13CDA

Text Example


Text Example

White with #F13CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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