Html Css Color HEX #F440BE Razzle Dazzle Rose

📋 copy color: '#F440BE'

red 244 ◦ green 64 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F440BE

Tints of Razzle Dazzle Rose #F440BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 49%
G = 12.85%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F440BE (or 0xF440BE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and BE. RGB value is (244,64,190). Sum of RGB (Red+Green+Blue) = 244+64+190=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F440BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440BE is #0BBF41. Grayscale: #838383. Windows color (decimal): -769858 or 12468468. OLE color: 12468468.

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

Color convert

RGB 244 64 190 -
CMYK 0 0.74 0.22 0.04
HSL 318º 0.89% 0.6% -
HSV(B) 318º 0.74% 0.96% -
XYZ 48.44 26.62 51.3 -
YUV 132.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 244 64 190 0 0.74 0.22 0.04 318 0.89 0.6
Hex F4 40 BE 0 4A 16 4 13E 59 3C
Octal 364 100 276 0 112 26 4 476 131 74
Binary 11110100 1000000 10111110 0 1001010 10110 100 100111110 1011001 111100

Color Harmonies of #F440BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440BE

Black with #F440BE

Text Example


Text Example

White with #F440BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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