Html Css Color HEX #F441C3 Razzle Dazzle Rose

📋 copy color: '#F441C3'

red 244 ◦ green 65 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F441C3

Tints of Razzle Dazzle Rose #F441C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 48.41%
G = 12.9%
B = 38.69%

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

#F441C3 (or 0xF441C3) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and C3. RGB value is (244,65,195). Sum of RGB (Red+Green+Blue) = 244+65+195=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F441C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441C3 is #0BBE3C. Grayscale: #858585. Windows color (decimal): -769597 or 12796404. OLE color: 12796404.

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

Color convert

RGB 244 65 195 -
CMYK 0 0.73 0.20 0.04
HSL 316.42º 0.89% 0.61% -
HSV(B) 316.42º 0.73% 0.96% -
XYZ 49.05 26.95 54.25 -
YUV 133.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 244 65 195 0 0.73 0.20 0.04 316.42 0.89 0.61
Hex F4 41 C3 0 49 14 4 13C 59 3D
Octal 364 101 303 0 111 24 4 474 131 75
Binary 11110100 1000001 11000011 0 1001001 10100 100 100111100 1011001 111101

Color Harmonies of #F441C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441C3

Black with #F441C3

Text Example


Text Example

White with #F441C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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