#F64CBB

Color #F64CBB Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F64CBB

Tints of Brilliant Rose #F64CBB

Color information

#F64CBB (or 0xF64CBB) is unknown color: approx Brilliant Rose. HEX triplet: F6, 4C and BB. RGB value is (246,76,187). Sum of RGB (Red+Green+Blue) = 246+76+187=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CBB is #09B344. Grayscale: #8B8B8B. Windows color (decimal): -635717 or 12274934. OLE color: 12274934.

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

Color convert

RGB24676187-
CMYK00.690.240.04
HSL320.82º90.43%63.14%-
HSV(B)320.82º69.11%96.47%-
XYZ49.5628.3549.87-
YUV139.48154.82203.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.33%
GREEN value IS 76 (30.08% from 255) = 14.93%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=48.33%
G=14.93%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467618700.690.240.04320.8290.4363.14
HexF64CBB0451841415a3f
Octal366114273010530450113277
Binary1111011010011001011101101000101110001001010000011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64CBB; }

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

 H1.HeaderClassName
 {
   color: #F64CBB;
 }
 .AnyTagClassName
 {
   color: #F64CBB;
 }
</style>
background-color css

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

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

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

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

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

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