Html Css Color HEX #F252FE Pink Flamingo

📋 copy color: '#F252FE'

red 242 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #F252FE

Tints of Pink Flamingo #F252FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.19%

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

R = 41.87%
G = 14.19%
B = 43.94%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F252FE (or 0xF252FE) is known color: Pink Flamingo. HEX triplet: F2, 52 and FE. RGB value is (242,82,254). Sum of RGB (Red+Green+Blue) = 242+82+254=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 82 (32.42% from 255 or 14.19% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #F252FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F252FE is #0DAD01. Grayscale: #949494. Windows color (decimal): -896258 or 16667378. OLE color: 16667378.

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

Color convert

RGB 242 82 254 -
CMYK 0.05 0.68 0 0.00
HSL 295.81º 0.99% 0.66% -
HSV(B) 295.81º 0.68% 1% -
XYZ 57.52 32.07 96.92 -
YUV 149.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 242 82 254 0.05 0.68 0 0.00 295.81 0.99 0.66
Hex F2 52 FE 5 44 0 0 128 63 42
Octal 362 122 376 5 104 0 0 450 143 102
Binary 11110010 1010010 11111110 101 1000100 0 0 100101000 1100011 1000010

Color Harmonies of #F252FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F252FE

Black with #F252FE

Text Example


Text Example

White with #F252FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F252FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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