Html Css Color HEX #F263FD Pink Flamingo

📋 copy color: '#F263FD'

red 242 ◦ green 99 ◦ blue 253

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

Shades of Pink Flamingo #F263FD

Tints of Pink Flamingo #F263FD

RGB

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

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

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

R = 40.74%
G = 16.67%
B = 42.59%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F263FD (or 0xF263FD) is known color: Pink Flamingo. HEX triplet: F2, 63 and FD. RGB value is (242,99,253). Sum of RGB (Red+Green+Blue) = 242+99+253=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 99 (39.06% from 255 or 16.67% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #F263FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263FD is #0D9C02. Grayscale: #9E9E9E. Windows color (decimal): -891907 or 16606194. OLE color: 16606194.

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

Color convert

RGB 242 99 253 -
CMYK 0.04 0.61 0 0.01
HSL 295.71º 0.97% 0.69% -
HSV(B) 295.71º 0.61% 0.99% -
XYZ 58.81 34.89 96.56 -
YUV 159.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 242 99 253 0.04 0.61 0 0.01 295.71 0.97 0.69
Hex F2 63 FD 4 3D 0 1 128 61 45
Octal 362 143 375 4 75 0 1 450 141 105
Binary 11110010 1100011 11111101 100 111101 0 1 100101000 1100001 1000101

Color Harmonies of #F263FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263FD

Black with #F263FD

Text Example


Text Example

White with #F263FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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