Html Css Color HEX #F252FB Pink Flamingo

📋 copy color: '#F252FB'

red 242 ◦ green 82 ◦ blue 251

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

Shades of Pink Flamingo #F252FB

Tints of Pink Flamingo #F252FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 42.09%
G = 14.26%
B = 43.65%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F252FB (or 0xF252FB) is known color: Pink Flamingo. HEX triplet: F2, 52 and FB. RGB value is (242,82,251). Sum of RGB (Red+Green+Blue) = 242+82+251=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 82 (32.42% from 255 or 14.26% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #F252FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F252FB is #0DAD04. Grayscale: #949494. Windows color (decimal): -896261 or 16470770. OLE color: 16470770.

HSL color Cylindrical-coordinate representation of color #F252FB: hue angle of 296.8º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F252FB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 82 251 -
CMYK 0.04 0.67 0 0.02
HSL 296.8º 0.95% 0.65% -
HSV(B) 296.8º 0.67% 0.98% -
XYZ 57.05 31.88 94.41 -
YUV 149.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 242 82 251 0.04 0.67 0 0.02 296.8 0.95 0.65
Hex F2 52 FB 4 43 0 2 129 5F 41
Octal 362 122 373 4 103 0 2 451 137 101
Binary 11110010 1010010 11111011 100 1000011 0 10 100101001 1011111 1000001

Color Harmonies of #F252FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F252FB

Black with #F252FB

Text Example


Text Example

White with #F252FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F252FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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