Html Css Color HEX #F26AFD Pink Flamingo

📋 copy color: '#F26AFD'

red 242 ◦ green 106 ◦ blue 253

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

Shades of Pink Flamingo #F26AFD

Tints of Pink Flamingo #F26AFD

RGB

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

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

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

R = 40.27%
G = 17.64%
B = 42.1%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F26AFD (or 0xF26AFD) is known color: Pink Flamingo. HEX triplet: F2, 6A and FD. RGB value is (242,106,253). Sum of RGB (Red+Green+Blue) = 242+106+253=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 106 (41.80% from 255 or 17.64% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #F26AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26AFD is #0D9502. Grayscale: #A2A2A2. Windows color (decimal): -890115 or 16607986. OLE color: 16607986.

HSL color Cylindrical-coordinate representation of color #F26AFD: hue angle of 295.51º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26AFD is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 106 253 -
CMYK 0.04 0.58 0 0.01
HSL 295.51º 0.97% 0.7% -
HSV(B) 295.51º 0.58% 0.99% -
XYZ 59.5 36.28 96.79 -
YUV 163.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 242 106 253 0.04 0.58 0 0.01 295.51 0.97 0.7
Hex F2 6A FD 4 3A 0 1 128 61 46
Octal 362 152 375 4 72 0 1 450 141 106
Binary 11110010 1101010 11111101 100 111010 0 1 100101000 1100001 1000110

Color Harmonies of #F26AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26AFD

Black with #F26AFD

Text Example


Text Example

White with #F26AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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