Html Css Color HEX #F260FD Pink Flamingo

📋 copy color: '#F260FD'

red 242 ◦ green 96 ◦ blue 253

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

Shades of Pink Flamingo #F260FD

Tints of Pink Flamingo #F260FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.24%

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

R = 40.95%
G = 16.24%
B = 42.81%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F260FD (or 0xF260FD) is known color: Pink Flamingo. HEX triplet: F2, 60 and FD. RGB value is (242,96,253). Sum of RGB (Red+Green+Blue) = 242+96+253=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 96 (37.89% from 255 or 16.24% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #F260FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260FD is #0D9F02. Grayscale: #9D9D9D. Windows color (decimal): -892675 or 16605426. OLE color: 16605426.

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

Color convert

RGB 242 96 253 -
CMYK 0.04 0.62 0 0.01
HSL 295.8º 0.98% 0.68% -
HSV(B) 295.8º 0.62% 0.99% -
XYZ 58.53 34.33 96.47 -
YUV 157.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 242 96 253 0.04 0.62 0 0.01 295.8 0.98 0.68
Hex F2 60 FD 4 3E 0 1 128 62 44
Octal 362 140 375 4 76 0 1 450 142 104
Binary 11110010 1100000 11111101 100 111110 0 1 100101000 1100010 1000100

Color Harmonies of #F260FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F260FD

Black with #F260FD

Text Example


Text Example

White with #F260FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F260FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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