Html Css Color HEX #F440B7 Razzle Dazzle Rose

📋 copy color: '#F440B7'

red 244 ◦ green 64 ◦ blue 183

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

Shades of Razzle Dazzle Rose #F440B7

Tints of Razzle Dazzle Rose #F440B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.27%

R = 49.69%
G = 13.03%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F440B7 (or 0xF440B7) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and B7. RGB value is (244,64,183). Sum of RGB (Red+Green+Blue) = 244+64+183=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F440B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440B7 is #0BBF48. Grayscale: #838383. Windows color (decimal): -769865 or 12009716. OLE color: 12009716.

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

Color convert

RGB 244 64 183 -
CMYK 0 0.74 0.25 0.04
HSL 320.33º 0.89% 0.6% -
HSV(B) 320.33º 0.74% 0.96% -
XYZ 47.69 26.32 47.37 -
YUV 131.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 244 64 183 0 0.74 0.25 0.04 320.33 0.89 0.6
Hex F4 40 B7 0 4A 19 4 140 59 3C
Octal 364 100 267 0 112 31 4 500 131 74
Binary 11110100 1000000 10110111 0 1001010 11001 100 101000000 1011001 111100

Color Harmonies of #F440B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440B7

Black with #F440B7

Text Example


Text Example

White with #F440B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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