Html Css Color HEX #F440C4 Razzle Dazzle Rose

📋 copy color: '#F440C4'

red 244 ◦ green 64 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F440C4

Tints of Razzle Dazzle Rose #F440C4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.7%

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 48.41%
G = 12.7%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F440C4 (or 0xF440C4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and C4. RGB value is (244,64,196). Sum of RGB (Red+Green+Blue) = 244+64+196=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F440C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440C4 is #0BBF3B. Grayscale: #848484. Windows color (decimal): -769852 or 12861684. OLE color: 12861684.

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

Color convert

RGB 244 64 196 -
CMYK 0 0.74 0.20 0.04
HSL 316º 0.89% 0.6% -
HSV(B) 316º 0.74% 0.96% -
XYZ 49.11 26.89 54.83 -
YUV 132.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 244 64 196 0 0.74 0.20 0.04 316 0.89 0.6
Hex F4 40 C4 0 4A 14 4 13C 59 3C
Octal 364 100 304 0 112 24 4 474 131 74
Binary 11110100 1000000 11000100 0 1001010 10100 100 100111100 1011001 111100

Color Harmonies of #F440C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440C4

Black with #F440C4

Text Example


Text Example

White with #F440C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440C4; }

 p { color: rgb(244,64,196); }

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

background-color css

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

 a { background-color: rgb(244,64,196); }

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

border-color css

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

 span { border-color: rgb(244,64,196); }

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