Html Css Color HEX #F263FE Pink Flamingo

📋 copy color: '#F263FE'

red 242 ◦ green 99 ◦ blue 254

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

Shades of Pink Flamingo #F263FE

Tints of Pink Flamingo #F263FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.64%

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 40.67%
G = 16.64%
B = 42.69%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F263FE (or 0xF263FE) is known color: Pink Flamingo. HEX triplet: F2, 63 and FE. RGB value is (242,99,254). Sum of RGB (Red+Green+Blue) = 242+99+254=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 99 (39.06% from 255 or 16.64% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #F263FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263FE is #0D9C01. Grayscale: #9E9E9E. Windows color (decimal): -891906 or 16671730. OLE color: 16671730.

HSL color Cylindrical-coordinate representation of color #F263FE: hue angle of 295.35º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F263FE is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 99 254 -
CMYK 0.05 0.61 0 0.00
HSL 295.35º 0.99% 0.69% -
HSV(B) 295.35º 0.61% 1% -
XYZ 58.97 34.96 97.41 -
YUV 159.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 242 99 254 0.05 0.61 0 0.00 295.35 0.99 0.69
Hex F2 63 FE 5 3D 0 0 127 63 45
Octal 362 143 376 5 75 0 0 447 143 105
Binary 11110010 1100011 11111110 101 111101 0 0 100100111 1100011 1000101

Color Harmonies of #F263FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263FE

Black with #F263FE

Text Example


Text Example

White with #F263FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263FE; }

 p { color: rgb(242,99,254); }

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

background-color css

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

 a { background-color: rgb(242,99,254); }

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

border-color css

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

 span { border-color: rgb(242,99,254); }

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