Html Css Color HEX #F260FC Pink Flamingo

📋 copy color: '#F260FC'

red 242 ◦ green 96 ◦ blue 252

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

Shades of Pink Flamingo #F260FC

Tints of Pink Flamingo #F260FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 41.02%
G = 16.27%
B = 42.71%

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

#F260FC (or 0xF260FC) is known color: Pink Flamingo. HEX triplet: F2, 60 and FC. RGB value is (242,96,252). Sum of RGB (Red+Green+Blue) = 242+96+252=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 96 (37.89% from 255 or 16.27% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #F260FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260FC is #0D9F03. Grayscale: #9C9C9C. Windows color (decimal): -892676 or 16539890. OLE color: 16539890.

HSL color Cylindrical-coordinate representation of color #F260FC: hue angle of 296.15º degrees, saturation: 0.96, 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 #F260FC is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 96 252 -
CMYK 0.04 0.62 0 0.01
HSL 296.15º 0.96% 0.68% -
HSV(B) 296.15º 0.62% 0.99% -
XYZ 58.37 34.27 95.63 -
YUV 157.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 242 96 252 0.04 0.62 0 0.01 296.15 0.96 0.68
Hex F2 60 FC 4 3E 0 1 128 60 44
Octal 362 140 374 4 76 0 1 450 140 104
Binary 11110010 1100000 11111100 100 111110 0 1 100101000 1100000 1000100

Color Harmonies of #F260FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F260FC

Black with #F260FC

Text Example


Text Example

White with #F260FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F260FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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