Html Css Color HEX #FF60FA Pink Flamingo

📋 copy color: '#FF60FA'

red 255 ◦ green 96 ◦ blue 250

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

Shades of Pink Flamingo #FF60FA

Tints of Pink Flamingo #FF60FA

RGB

 RED value IS 255 (100% from 255) = 42.43%

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

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 42.43%
G = 15.97%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF60FA (or 0xFF60FA) is known color: Pink Flamingo. HEX triplet: FF, 60 and FA. RGB value is (255,96,250). Sum of RGB (Red+Green+Blue) = 255+96+250=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 96 (37.89% from 255 or 15.97% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60FA is #009F05. Grayscale: #A0A0A0. Windows color (decimal): -40710 or 16408831. OLE color: 16408831.

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

Color convert

RGB 255 96 250 -
CMYK 0 0.62 0.02 0
HSL 301.89º 1% 0.69% -
HSV(B) 301.89º 0.62% 1% -
XYZ 62.68 36.53 94.19 -
YUV 161.1 178.18 194.98 -
System Red Green Blue C M Y K H S L
Decimal 255 96 250 0 0.62 0.02 0 301.89 1 0.69
Hex FF 60 FA 0 3E 2 0 12E 64 45
Octal 377 140 372 0 76 2 0 456 144 105
Binary 11111111 1100000 11111010 0 111110 10 0 100101110 1100100 1000101

Color Harmonies of #FF60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60FA

Black with #FF60FA

Text Example


Text Example

White with #FF60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60FA; }

 p { color: rgb(255,96,250); }

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

background-color css

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

 a { background-color: rgb(255,96,250); }

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

border-color css

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

 span { border-color: rgb(255,96,250); }

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