Html Css Color HEX #FF6AFE Pink Flamingo

📋 copy color: '#FF6AFE'

red 255 ◦ green 106 ◦ blue 254

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

Shades of Pink Flamingo #FF6AFE

Tints of Pink Flamingo #FF6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.24%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 41.46%
G = 17.24%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF6AFE (or 0xFF6AFE) is known color: Pink Flamingo. HEX triplet: FF, 6A and FE. RGB value is (255,106,254). Sum of RGB (Red+Green+Blue) = 255+106+254=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 106 (41.80% from 255 or 17.24% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AFE is #009501. Grayscale: #A6A6A6. Windows color (decimal): -38146 or 16673535. OLE color: 16673535.

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

Color convert

RGB 255 106 254 -
CMYK 0 0.58 0.00 0
HSL 300.4º 1% 0.71% -
HSV(B) 300.4º 0.58% 1% -
XYZ 64.28 38.72 97.85 -
YUV 167.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 255 106 254 0 0.58 0.00 0 300.4 1 0.71
Hex FF 6A FE 0 3A 0 0 12C 64 47
Octal 377 152 376 0 72 0 0 454 144 107
Binary 11111111 1101010 11111110 0 111010 0 0 100101100 1100100 1000111

Color Harmonies of #FF6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6AFE

Black with #FF6AFE

Text Example


Text Example

White with #FF6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6AFE; }

 p { color: rgb(255,106,254); }

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

background-color css

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

 a { background-color: rgb(255,106,254); }

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

border-color css

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

 span { border-color: rgb(255,106,254); }

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