Html Css Color HEX #F26AF5 Pink Flamingo

📋 copy color: '#F26AF5'

red 242 ◦ green 106 ◦ blue 245

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

Shades of Pink Flamingo #F26AF5

Tints of Pink Flamingo #F26AF5

RGB

 RED value IS 242 (94.92% from 255) = 40.81%

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

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

R = 40.81%
G = 17.88%
B = 41.32%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F26AF5 (or 0xF26AF5) is known color: Pink Flamingo. HEX triplet: F2, 6A and F5. RGB value is (242,106,245). Sum of RGB (Red+Green+Blue) = 242+106+245=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 106 (41.80% from 255 or 17.88% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #F26AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26AF5 is #0D950A. Grayscale: #A2A2A2. Windows color (decimal): -890123 or 16083698. OLE color: 16083698.

HSL color Cylindrical-coordinate representation of color #F26AF5: hue angle of 298.71º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26AF5 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 106 245 -
CMYK 0.01 0.57 0 0.04
HSL 298.71º 0.87% 0.69% -
HSV(B) 298.71º 0.57% 0.96% -
XYZ 58.25 35.78 90.22 -
YUV 162.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 242 106 245 0.01 0.57 0 0.04 298.71 0.87 0.69
Hex F2 6A F5 1 39 0 4 12B 57 45
Octal 362 152 365 1 71 0 4 453 127 105
Binary 11110010 1101010 11110101 1 111001 0 100 100101011 1010111 1000101

Color Harmonies of #F26AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26AF5

Black with #F26AF5

Text Example


Text Example

White with #F26AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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