Html Css Color HEX #F262FD Pink Flamingo

📋 copy color: '#F262FD'

red 242 ◦ green 98 ◦ blue 253

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

Shades of Pink Flamingo #F262FD

Tints of Pink Flamingo #F262FD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.53%

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

R = 40.81%
G = 16.53%
B = 42.66%

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

#F262FD (or 0xF262FD) is known color: Pink Flamingo. HEX triplet: F2, 62 and FD. RGB value is (242,98,253). Sum of RGB (Red+Green+Blue) = 242+98+253=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 98 (38.67% from 255 or 16.53% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #F262FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262FD is #0D9D02. Grayscale: #9E9E9E. Windows color (decimal): -892163 or 16605938. OLE color: 16605938.

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

Color convert

RGB 242 98 253 -
CMYK 0.04 0.61 0 0.01
HSL 295.74º 0.97% 0.69% -
HSV(B) 295.74º 0.61% 0.99% -
XYZ 58.72 34.7 96.53 -
YUV 158.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 242 98 253 0.04 0.61 0 0.01 295.74 0.97 0.69
Hex F2 62 FD 4 3D 0 1 128 61 45
Octal 362 142 375 4 75 0 1 450 141 105
Binary 11110010 1100010 11111101 100 111101 0 1 100101000 1100001 1000101

Color Harmonies of #F262FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F262FD

Black with #F262FD

Text Example


Text Example

White with #F262FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F262FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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