Html Css Color HEX #FF6AFD Pink Flamingo

📋 copy color: '#FF6AFD'

red 255 ◦ green 106 ◦ blue 253

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

Shades of Pink Flamingo #FF6AFD

Tints of Pink Flamingo #FF6AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.21%

R = 41.53%
G = 17.26%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF6AFD (or 0xFF6AFD) is known color: Pink Flamingo. HEX triplet: FF, 6A and FD. RGB value is (255,106,253). Sum of RGB (Red+Green+Blue) = 255+106+253=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 106 (41.80% from 255 or 17.26% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AFD is #009502. Grayscale: #A6A6A6. Windows color (decimal): -38147 or 16607999. OLE color: 16607999.

HSL color Cylindrical-coordinate representation of color #FF6AFD: hue angle of 300.81º 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 #FF6AFD is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 255 106 253 -
CMYK 0 0.58 0.01 0
HSL 300.81º 1% 0.71% -
HSV(B) 300.81º 0.58% 1% -
XYZ 64.12 38.66 97.01 -
YUV 167.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 255 106 253 0 0.58 0.01 0 300.81 1 0.71
Hex FF 6A FD 0 3A 1 0 12D 64 47
Octal 377 152 375 0 72 1 0 455 144 107
Binary 11111111 1101010 11111101 0 111010 1 0 100101101 1100100 1000111

Color Harmonies of #FF6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6AFD

Black with #FF6AFD

Text Example


Text Example

White with #FF6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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