Html Css Color HEX #FB60ED Pink Flamingo

📋 copy color: '#FB60ED'

red 251 ◦ green 96 ◦ blue 237

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

Shades of Pink Flamingo #FB60ED

Tints of Pink Flamingo #FB60ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 42.98%
G = 16.44%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB60ED (or 0xFB60ED) is known color: Pink Flamingo. HEX triplet: FB, 60 and ED. RGB value is (251,96,237). Sum of RGB (Red+Green+Blue) = 251+96+237=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 96 (37.89% from 255 or 16.44% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB60ED is #049F12. Grayscale: #9E9E9E. Windows color (decimal): -302867 or 15556859. OLE color: 15556859.

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

Color convert

RGB 251 96 237 -
CMYK 0 0.62 0.06 0.02
HSL 305.42º 0.95% 0.68% -
HSV(B) 305.42º 0.62% 0.98% -
XYZ 59.25 34.99 83.75 -
YUV 158.42 172.35 194.04 -
System Red Green Blue C M Y K H S L
Decimal 251 96 237 0 0.62 0.06 0.02 305.42 0.95 0.68
Hex FB 60 ED 0 3E 6 2 131 5F 44
Octal 373 140 355 0 76 6 2 461 137 104
Binary 11111011 1100000 11101101 0 111110 110 10 100110001 1011111 1000100

Color Harmonies of #FB60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60ED

Black with #FB60ED

Text Example


Text Example

White with #FB60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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