Html Css Color HEX #F640BB Razzle Dazzle Rose

📋 copy color: '#F640BB'

red 246 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F640BB

Tints of Razzle Dazzle Rose #F640BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 49.5%
G = 12.88%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F640BB (or 0xF640BB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and BB. RGB value is (246,64,187). Sum of RGB (Red+Green+Blue) = 246+64+187=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F640BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640BB is #09BF44. Grayscale: #848484. Windows color (decimal): -638789 or 12271862. OLE color: 12271862.

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

Color convert

RGB 246 64 187 -
CMYK 0 0.74 0.24 0.04
HSL 319.45º 0.91% 0.61% -
HSV(B) 319.45º 0.74% 0.96% -
XYZ 48.81 26.85 49.62 -
YUV 132.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 246 64 187 0 0.74 0.24 0.04 319.45 0.91 0.61
Hex F6 40 BB 0 4A 18 4 13F 5B 3D
Octal 366 100 273 0 112 30 4 477 133 75
Binary 11110110 1000000 10111011 0 1001010 11000 100 100111111 1011011 111101

Color Harmonies of #F640BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640BB

Black with #F640BB

Text Example


Text Example

White with #F640BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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