Html Css Color HEX #F254FB Pink Flamingo

📋 copy color: '#F254FB'

red 242 ◦ green 84 ◦ blue 251

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

Shades of Pink Flamingo #F254FB

Tints of Pink Flamingo #F254FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.56%

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

R = 41.94%
G = 14.56%
B = 43.5%

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

#F254FB (or 0xF254FB) is known color: Pink Flamingo. HEX triplet: F2, 54 and FB. RGB value is (242,84,251). Sum of RGB (Red+Green+Blue) = 242+84+251=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #F254FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F254FB is #0DAB04. Grayscale: #959595. Windows color (decimal): -895749 or 16471282. OLE color: 16471282.

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

Color convert

RGB 242 84 251 -
CMYK 0.04 0.67 0 0.02
HSL 296.77º 0.95% 0.66% -
HSV(B) 296.77º 0.67% 0.98% -
XYZ 57.2 32.18 94.46 -
YUV 150.28 184.85 193.42 -
System Red Green Blue C M Y K H S L
Decimal 242 84 251 0.04 0.67 0 0.02 296.77 0.95 0.66
Hex F2 54 FB 4 43 0 2 129 5F 42
Octal 362 124 373 4 103 0 2 451 137 102
Binary 11110010 1010100 11111011 100 1000011 0 10 100101001 1011111 1000010

Color Harmonies of #F254FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F254FB

Black with #F254FB

Text Example


Text Example

White with #F254FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F254FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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