Html Css Color HEX #F640EA Razzle Dazzle Rose

📋 copy color: '#F640EA'

red 246 ◦ green 64 ◦ blue 234

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

Shades of Razzle Dazzle Rose #F640EA

Tints of Razzle Dazzle Rose #F640EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 45.22%
G = 11.76%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F640EA (or 0xF640EA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and EA. RGB value is (246,64,234). Sum of RGB (Red+Green+Blue) = 246+64+234=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F640EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640EA is #09BF15. Grayscale: #898989. Windows color (decimal): -638742 or 15352054. OLE color: 15352054.

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

Color convert

RGB 246 64 234 -
CMYK 0 0.74 0.05 0.04
HSL 303.96º 0.91% 0.61% -
HSV(B) 303.96º 0.74% 0.96% -
XYZ 54.69 29.2 80.6 -
YUV 137.8 182.3 205.18 -
System Red Green Blue C M Y K H S L
Decimal 246 64 234 0 0.74 0.05 0.04 303.96 0.91 0.61
Hex F6 40 EA 0 4A 5 4 130 5B 3D
Octal 366 100 352 0 112 5 4 460 133 75
Binary 11110110 1000000 11101010 0 1001010 101 100 100110000 1011011 111101

Color Harmonies of #F640EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640EA

Black with #F640EA

Text Example


Text Example

White with #F640EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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