Html Css Color HEX #F95CED Pink Flamingo

📋 copy color: '#F95CED'

red 249 ◦ green 92 ◦ blue 237

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

Shades of Pink Flamingo #F95CED

Tints of Pink Flamingo #F95CED

RGB

 RED value IS 249 (97.66% from 255) = 43.08%

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

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

R = 43.08%
G = 15.92%
B = 41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F95CED (or 0xF95CED) is known color: Pink Flamingo. HEX triplet: F9, 5C and ED. RGB value is (249,92,237). Sum of RGB (Red+Green+Blue) = 249+92+237=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95CED is #06A312. Grayscale: #9B9B9B. Windows color (decimal): -434963 or 15555833. OLE color: 15555833.

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

Color convert

RGB 249 92 237 -
CMYK 0 0.63 0.05 0.02
HSL 304.59º 0.93% 0.67% -
HSV(B) 304.59º 0.63% 0.98% -
XYZ 58.18 33.91 83.6 -
YUV 155.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 249 92 237 0 0.63 0.05 0.02 304.59 0.93 0.67
Hex F9 5C ED 0 3F 5 2 131 5D 43
Octal 371 134 355 0 77 5 2 461 135 103
Binary 11111001 1011100 11101101 0 111111 101 10 100110001 1011101 1000011

Color Harmonies of #F95CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95CED

Black with #F95CED

Text Example


Text Example

White with #F95CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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