Html Css Color HEX #F263FF Pink Flamingo

📋 copy color: '#F263FF'

red 242 ◦ green 99 ◦ blue 255

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

Shades of Pink Flamingo #F263FF

Tints of Pink Flamingo #F263FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.79%

R = 40.6%
G = 16.61%
B = 42.79%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F263FF (or 0xF263FF) is known color: Pink Flamingo. HEX triplet: F2, 63 and FF. RGB value is (242,99,255). Sum of RGB (Red+Green+Blue) = 242+99+255=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 99 (39.06% from 255 or 16.61% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F263FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263FF is #0D9C00. Grayscale: #9F9F9F. Windows color (decimal): -891905 or 16737266. OLE color: 16737266.

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

Color convert

RGB 242 99 255 -
CMYK 0.05 0.61 0 0
HSL 295º 1% 0.69% -
HSV(B) 295º 0.61% 1% -
XYZ 59.13 35.02 98.25 -
YUV 159.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 242 99 255 0.05 0.61 0 0 295 1 0.69
Hex F2 63 FF 5 3D 0 0 127 64 45
Octal 362 143 377 5 75 0 0 447 144 105
Binary 11110010 1100011 11111111 101 111101 0 0 100100111 1100100 1000101

Color Harmonies of #F263FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263FF

Black with #F263FF

Text Example


Text Example

White with #F263FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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