Html Css Color HEX #F64CBE Razzle Dazzle Rose

📋 copy color: '#F64CBE'

red 246 ◦ green 76 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F64CBE

Tints of Razzle Dazzle Rose #F64CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.84%

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

R = 48.05%
G = 14.84%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F64CBE (or 0xF64CBE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4C and BE. RGB value is (246,76,190). Sum of RGB (Red+Green+Blue) = 246+76+190=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CBE is #09B341. Grayscale: #8B8B8B. Windows color (decimal): -635714 or 12471542. OLE color: 12471542.

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

Color convert

RGB 246 76 190 -
CMYK 0 0.69 0.23 0.04
HSL 319.76º 0.9% 0.63% -
HSV(B) 319.76º 0.69% 0.96% -
XYZ 49.88 28.48 51.58 -
YUV 139.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 246 76 190 0 0.69 0.23 0.04 319.76 0.9 0.63
Hex F6 4C BE 0 45 17 4 140 5A 3F
Octal 366 114 276 0 105 27 4 500 132 77
Binary 11110110 1001100 10111110 0 1000101 10111 100 101000000 1011010 111111

Color Harmonies of #F64CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CBE

Black with #F64CBE

Text Example


Text Example

White with #F64CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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