Html Css Color HEX #F441D3 Razzle Dazzle Rose

📋 copy color: '#F441D3'

red 244 ◦ green 65 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F441D3

Tints of Razzle Dazzle Rose #F441D3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.5%

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 46.92%
G = 12.5%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F441D3 (or 0xF441D3) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and D3. RGB value is (244,65,211). Sum of RGB (Red+Green+Blue) = 244+65+211=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F441D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441D3 is #0BBE2C. Grayscale: #868686. Windows color (decimal): -769581 or 13844980. OLE color: 13844980.

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

Color convert

RGB 244 65 211 -
CMYK 0 0.73 0.14 0.04
HSL 311.06º 0.89% 0.61% -
HSV(B) 311.06º 0.73% 0.96% -
XYZ 50.96 27.72 64.29 -
YUV 135.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 244 65 211 0 0.73 0.14 0.04 311.06 0.89 0.61
Hex F4 41 D3 0 49 E 4 137 59 3D
Octal 364 101 323 0 111 16 4 467 131 75
Binary 11110100 1000001 11010011 0 1001001 1110 100 100110111 1011001 111101

Color Harmonies of #F441D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441D3

Black with #F441D3

Text Example


Text Example

White with #F441D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441D3; }

 p { color: rgb(244,65,211); }

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

background-color css

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

 a { background-color: rgb(244,65,211); }

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

border-color css

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

 span { border-color: rgb(244,65,211); }

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