Html Css Color HEX #F25BED Pink Flamingo

📋 copy color: '#F25BED'

red 242 ◦ green 91 ◦ blue 237

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

Shades of Pink Flamingo #F25BED

Tints of Pink Flamingo #F25BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.96%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 42.46%
G = 15.96%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F25BED (or 0xF25BED) is known color: Pink Flamingo. HEX triplet: F2, 5B and ED. RGB value is (242,91,237). Sum of RGB (Red+Green+Blue) = 242+91+237=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 91 (35.94% from 255 or 15.96% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25BED is #0DA412. Grayscale: #989898. Windows color (decimal): -893971 or 15555570. OLE color: 15555570.

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

Color convert

RGB 242 91 237 -
CMYK 0 0.62 0.02 0.05
HSL 301.99º 0.85% 0.65% -
HSV(B) 301.99º 0.62% 0.95% -
XYZ 55.65 32.47 83.46 -
YUV 152.79 175.53 191.63 -
System Red Green Blue C M Y K H S L
Decimal 242 91 237 0 0.62 0.02 0.05 301.99 0.85 0.65
Hex F2 5B ED 0 3E 2 5 12E 55 41
Octal 362 133 355 0 76 2 5 456 125 101
Binary 11110010 1011011 11101101 0 111110 10 101 100101110 1010101 1000001

Color Harmonies of #F25BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BED

Black with #F25BED

Text Example


Text Example

White with #F25BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BED; }

 p { color: rgb(242,91,237); }

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

background-color css

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

 a { background-color: rgb(242,91,237); }

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

border-color css

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

 span { border-color: rgb(242,91,237); }

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