Html Css Color HEX #F41CDA Razzle Dazzle Rose

📋 copy color: '#F41CDA'

red 244 ◦ green 28 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F41CDA

Tints of Razzle Dazzle Rose #F41CDA

RGB

 RED value IS 244 (95.7% from 255) = 49.8%

 GREEN value IS 28 (11.33% from 255) = 5.71%

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

R = 49.8%
G = 5.71%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F41CDA (or 0xF41CDA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1C and DA. RGB value is (244,28,218). Sum of RGB (Red+Green+Blue) = 244+28+218=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CDA is #0BE325. Grayscale: #717171. Windows color (decimal): -779046 or 14294260. OLE color: 14294260.

HSL color Cylindrical-coordinate representation of color #F41CDA: hue angle of 307.22º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CDA is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 28 218 -
CMYK 0 0.89 0.11 0.04
HSL 307.22º 0.91% 0.53% -
HSV(B) 307.22º 0.89% 0.96% -
XYZ 50.38 25.13 68.52 -
YUV 114.24 186.56 220.55 -
System Red Green Blue C M Y K H S L
Decimal 244 28 218 0 0.89 0.11 0.04 307.22 0.91 0.53
Hex F4 1C DA 0 59 B 4 133 5B 35
Octal 364 34 332 0 131 13 4 463 133 65
Binary 11110100 11100 11011010 0 1011001 1011 100 100110011 1011011 110101

Color Harmonies of #F41CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CDA

Black with #F41CDA

Text Example


Text Example

White with #F41CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CDA; }

 p { color: rgb(244,28,218); }

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

background-color css

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

 a { background-color: rgb(244,28,218); }

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

border-color css

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

 span { border-color: rgb(244,28,218); }

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