Html Css Color HEX #FB64F0 Pink Flamingo

📋 copy color: '#FB64F0'

red 251 ◦ green 100 ◦ blue 240

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

Shades of Pink Flamingo #FB64F0

Tints of Pink Flamingo #FB64F0

RGB

 RED value IS 251 (98.44% from 255) = 42.47%

 GREEN value IS 100 (39.45% from 255) = 16.92%

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

R = 42.47%
G = 16.92%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB64F0 (or 0xFB64F0) is known color: Pink Flamingo. HEX triplet: FB, 64 and F0. RGB value is (251,100,240). Sum of RGB (Red+Green+Blue) = 251+100+240=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64F0 is #049B0F. Grayscale: #A0A0A0. Windows color (decimal): -301840 or 15754491. OLE color: 15754491.

HSL color Cylindrical-coordinate representation of color #FB64F0: hue angle of 304.37º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64F0 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 100 240 -
CMYK 0 0.60 0.04 0.02
HSL 304.37º 0.95% 0.69% -
HSV(B) 304.37º 0.6% 0.98% -
XYZ 60.07 35.91 86.2 -
YUV 161.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 251 100 240 0 0.60 0.04 0.02 304.37 0.95 0.69
Hex FB 64 F0 0 3C 4 2 130 5F 45
Octal 373 144 360 0 74 4 2 460 137 105
Binary 11111011 1100100 11110000 0 111100 100 10 100110000 1011111 1000101

Color Harmonies of #FB64F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB64F0

Black with #FB64F0

Text Example


Text Example

White with #FB64F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB64F0; }

 p { color: rgb(251,100,240); }

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

background-color css

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

 a { background-color: rgb(251,100,240); }

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

border-color css

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

 span { border-color: rgb(251,100,240); }

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