Html Css Color HEX #F64ABB Razzle Dazzle Rose

📋 copy color: '#F64ABB'

red 246 ◦ green 74 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F64ABB

Tints of Razzle Dazzle Rose #F64ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.6%

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

R = 48.52%
G = 14.6%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F64ABB (or 0xF64ABB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4A and BB. RGB value is (246,74,187). Sum of RGB (Red+Green+Blue) = 246+74+187=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ABB is #09B544. Grayscale: #8A8A8A. Windows color (decimal): -636229 or 12274422. OLE color: 12274422.

HSL color Cylindrical-coordinate representation of color #F64ABB: hue angle of 320.58º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64ABB is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 74 187 -
CMYK 0 0.70 0.24 0.04
HSL 320.58º 0.91% 0.63% -
HSV(B) 320.58º 0.7% 0.96% -
XYZ 49.42 28.08 49.83 -
YUV 138.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 246 74 187 0 0.70 0.24 0.04 320.58 0.91 0.63
Hex F6 4A BB 0 46 18 4 141 5B 3F
Octal 366 112 273 0 106 30 4 501 133 77
Binary 11110110 1001010 10111011 0 1000110 11000 100 101000001 1011011 111111

Color Harmonies of #F64ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64ABB

Black with #F64ABB

Text Example


Text Example

White with #F64ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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