Html Css Color HEX #FB60EE Pink Flamingo

📋 copy color: '#FB60EE'

red 251 ◦ green 96 ◦ blue 238

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

Shades of Pink Flamingo #FB60EE

Tints of Pink Flamingo #FB60EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.41%

 BLUE value IS 238 (93.36% from 255) = 40.68%

R = 42.91%
G = 16.41%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB60EE (or 0xFB60EE) is known color: Pink Flamingo. HEX triplet: FB, 60 and EE. RGB value is (251,96,238). Sum of RGB (Red+Green+Blue) = 251+96+238=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 96 (37.89% from 255 or 16.41% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB60EE is #049F11. Grayscale: #9E9E9E. Windows color (decimal): -302866 or 15622395. OLE color: 15622395.

HSL color Cylindrical-coordinate representation of color #FB60EE: hue angle of 305.03º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB60EE is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 96 238 -
CMYK 0 0.62 0.05 0.02
HSL 305.03º 0.95% 0.68% -
HSV(B) 305.03º 0.62% 0.98% -
XYZ 59.4 35.05 84.52 -
YUV 158.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 251 96 238 0 0.62 0.05 0.02 305.03 0.95 0.68
Hex FB 60 EE 0 3E 5 2 131 5F 44
Octal 373 140 356 0 76 5 2 461 137 104
Binary 11111011 1100000 11101110 0 111110 101 10 100110001 1011111 1000100

Color Harmonies of #FB60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60EE

Black with #FB60EE

Text Example


Text Example

White with #FB60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60EE; }

 p { color: rgb(251,96,238); }

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

background-color css

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

 a { background-color: rgb(251,96,238); }

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

border-color css

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

 span { border-color: rgb(251,96,238); }

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