Html Css Color HEX #F64CFB Pink Flamingo

📋 copy color: '#F64CFB'

red 246 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #F64CFB

Tints of Pink Flamingo #F64CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 42.93%
G = 13.26%
B = 43.8%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F64CFB (or 0xF64CFB) is known color: Pink Flamingo. HEX triplet: F6, 4C and FB. RGB value is (246,76,251). Sum of RGB (Red+Green+Blue) = 246+76+251=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 76 (30.08% from 255 or 13.26% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #F64CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64CFB is #09B304. Grayscale: #929292. Windows color (decimal): -635653 or 16469238. OLE color: 16469238.

HSL color Cylindrical-coordinate representation of color #F64CFB: hue angle of 298.29º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64CFB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 76 251 -
CMYK 0.02 0.70 0 0.02
HSL 298.29º 0.96% 0.64% -
HSV(B) 298.29º 0.7% 0.98% -
XYZ 58 31.73 94.33 -
YUV 146.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 246 76 251 0.02 0.70 0 0.02 298.29 0.96 0.64
Hex F6 4C FB 2 46 0 2 12A 60 40
Octal 366 114 373 2 106 0 2 452 140 100
Binary 11110110 1001100 11111011 10 1000110 0 10 100101010 1100000 1000000

Color Harmonies of #F64CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CFB

Black with #F64CFB

Text Example


Text Example

White with #F64CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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