Html Css Color HEX #F441C2 Razzle Dazzle Rose

📋 copy color: '#F441C2'

red 244 ◦ green 65 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F441C2

Tints of Razzle Dazzle Rose #F441C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 48.51%
G = 12.92%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F441C2 (or 0xF441C2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and C2. RGB value is (244,65,194). Sum of RGB (Red+Green+Blue) = 244+65+194=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F441C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441C2 is #0BBE3D. Grayscale: #848484. Windows color (decimal): -769598 or 12730868. OLE color: 12730868.

HSL color Cylindrical-coordinate representation of color #F441C2: hue angle of 316.76º 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 #F441C2 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 65 194 -
CMYK 0 0.73 0.20 0.04
HSL 316.76º 0.89% 0.61% -
HSV(B) 316.76º 0.73% 0.96% -
XYZ 48.94 26.91 53.65 -
YUV 133.23 162.3 207.01 -
System Red Green Blue C M Y K H S L
Decimal 244 65 194 0 0.73 0.20 0.04 316.76 0.89 0.61
Hex F4 41 C2 0 49 14 4 13D 59 3D
Octal 364 101 302 0 111 24 4 475 131 75
Binary 11110100 1000001 11000010 0 1001001 10100 100 100111101 1011001 111101

Color Harmonies of #F441C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441C2

Black with #F441C2

Text Example


Text Example

White with #F441C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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