Html Css Color HEX #F640BE Razzle Dazzle Rose

📋 copy color: '#F640BE'

red 246 ◦ green 64 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F640BE

Tints of Razzle Dazzle Rose #F640BE

RGB

 RED value IS 246 (96.48% from 255) = 49.2%

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

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

R = 49.2%
G = 12.8%
B = 38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F640BE (or 0xF640BE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and BE. RGB value is (246,64,190). Sum of RGB (Red+Green+Blue) = 246+64+190=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F640BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640BE is #09BF41. Grayscale: #848484. Windows color (decimal): -638786 or 12468470. OLE color: 12468470.

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

Color convert

RGB 246 64 190 -
CMYK 0 0.74 0.23 0.04
HSL 318.46º 0.91% 0.61% -
HSV(B) 318.46º 0.74% 0.96% -
XYZ 49.13 26.98 51.33 -
YUV 132.78 160.3 208.75 -
System Red Green Blue C M Y K H S L
Decimal 246 64 190 0 0.74 0.23 0.04 318.46 0.91 0.61
Hex F6 40 BE 0 4A 17 4 13E 5B 3D
Octal 366 100 276 0 112 27 4 476 133 75
Binary 11110110 1000000 10111110 0 1001010 10111 100 100111110 1011011 111101

Color Harmonies of #F640BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640BE

Black with #F640BE

Text Example


Text Example

White with #F640BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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