Html Css Color HEX #FF6AF5 Pink Flamingo

📋 copy color: '#FF6AF5'

red 255 ◦ green 106 ◦ blue 245

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

Shades of Pink Flamingo #FF6AF5

Tints of Pink Flamingo #FF6AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.43%

R = 42.08%
G = 17.49%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF6AF5 (or 0xFF6AF5) is known color: Pink Flamingo. HEX triplet: FF, 6A and F5. RGB value is (255,106,245). Sum of RGB (Red+Green+Blue) = 255+106+245=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 106 (41.80% from 255 or 17.49% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AF5 is #00950A. Grayscale: #A5A5A5. Windows color (decimal): -38155 or 16083711. OLE color: 16083711.

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

Color convert

RGB 255 106 245 -
CMYK 0 0.58 0.04 0
HSL 304.03º 1% 0.71% -
HSV(B) 304.03º 0.58% 1% -
XYZ 62.88 38.16 90.44 -
YUV 166.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 255 106 245 0 0.58 0.04 0 304.03 1 0.71
Hex FF 6A F5 0 3A 4 0 130 64 47
Octal 377 152 365 0 72 4 0 460 144 107
Binary 11111111 1101010 11110101 0 111010 100 0 100110000 1100100 1000111

Color Harmonies of #FF6AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6AF5

Black with #FF6AF5

Text Example


Text Example

White with #FF6AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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