Html Css Color HEX #F640B9 Razzle Dazzle Rose

📋 copy color: '#F640B9'

red 246 ◦ green 64 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F640B9

Tints of Razzle Dazzle Rose #F640B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.37%

R = 49.7%
G = 12.93%
B = 37.37%

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

#F640B9 (or 0xF640B9) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and B9. RGB value is (246,64,185). Sum of RGB (Red+Green+Blue) = 246+64+185=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F640B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640B9 is #09BF46. Grayscale: #838383. Windows color (decimal): -638791 or 12140790. OLE color: 12140790.

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

Color convert

RGB 246 64 185 -
CMYK 0 0.74 0.25 0.04
HSL 320.11º 0.91% 0.61% -
HSV(B) 320.11º 0.74% 0.96% -
XYZ 48.6 26.76 48.5 -
YUV 132.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 246 64 185 0 0.74 0.25 0.04 320.11 0.91 0.61
Hex F6 40 B9 0 4A 19 4 140 5B 3D
Octal 366 100 271 0 112 31 4 500 133 75
Binary 11110110 1000000 10111001 0 1001010 11001 100 101000000 1011011 111101

Color Harmonies of #F640B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640B9

Black with #F640B9

Text Example


Text Example

White with #F640B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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