Html Css Color HEX #F64CF0 Pink Flamingo

📋 copy color: '#F64CF0'

red 246 ◦ green 76 ◦ blue 240

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

Shades of Pink Flamingo #F64CF0

Tints of Pink Flamingo #F64CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 43.77%
G = 13.52%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F64CF0 (or 0xF64CF0) is known color: Pink Flamingo. HEX triplet: F6, 4C and F0. RGB value is (246,76,240). Sum of RGB (Red+Green+Blue) = 246+76+240=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 76 (30.08% from 255 or 13.52% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64CF0 is #09B30F. Grayscale: #919191. Windows color (decimal): -635664 or 15748342. OLE color: 15748342.

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

Color convert

RGB 246 76 240 -
CMYK 0 0.69 0.02 0.04
HSL 302.12º 0.9% 0.63% -
HSV(B) 302.12º 0.69% 0.96% -
XYZ 56.32 31.05 85.46 -
YUV 145.53 181.32 199.66 -
System Red Green Blue C M Y K H S L
Decimal 246 76 240 0 0.69 0.02 0.04 302.12 0.9 0.63
Hex F6 4C F0 0 45 2 4 12E 5A 3F
Octal 366 114 360 0 105 2 4 456 132 77
Binary 11110110 1001100 11110000 0 1000101 10 100 100101110 1011010 111111

Color Harmonies of #F64CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CF0

Black with #F64CF0

Text Example


Text Example

White with #F64CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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