Html Css Color HEX #F25CED Pink Flamingo

📋 copy color: '#F25CED'

red 242 ◦ green 92 ◦ blue 237

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

Shades of Pink Flamingo #F25CED

Tints of Pink Flamingo #F25CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.11%

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

R = 42.38%
G = 16.11%
B = 41.51%

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

#F25CED (or 0xF25CED) is known color: Pink Flamingo. HEX triplet: F2, 5C and ED. RGB value is (242,92,237). Sum of RGB (Red+Green+Blue) = 242+92+237=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CED is #0DA312. Grayscale: #989898. Windows color (decimal): -893715 or 15555826. OLE color: 15555826.

HSL color Cylindrical-coordinate representation of color #F25CED: hue angle of 302º 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 #F25CED is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 92 237 -
CMYK 0 0.62 0.02 0.05
HSL 302º 0.85% 0.65% -
HSV(B) 302º 0.62% 0.95% -
XYZ 55.73 32.65 83.48 -
YUV 153.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 242 92 237 0 0.62 0.02 0.05 302 0.85 0.65
Hex F2 5C ED 0 3E 2 5 12E 55 41
Octal 362 134 355 0 76 2 5 456 125 101
Binary 11110010 1011100 11101101 0 111110 10 101 100101110 1010101 1000001

Color Harmonies of #F25CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CED

Black with #F25CED

Text Example


Text Example

White with #F25CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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