Html Css Color HEX #F95CFD Pink Flamingo

📋 copy color: '#F95CFD'

red 249 ◦ green 92 ◦ blue 253

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

Shades of Pink Flamingo #F95CFD

Tints of Pink Flamingo #F95CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 41.92%
G = 15.49%
B = 42.59%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F95CFD (or 0xF95CFD) is known color: Pink Flamingo. HEX triplet: F9, 5C and FD. RGB value is (249,92,253). Sum of RGB (Red+Green+Blue) = 249+92+253=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 92 (36.33% from 255 or 15.49% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #F95CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95CFD is #06A302. Grayscale: #9C9C9C. Windows color (decimal): -434947 or 16604409. OLE color: 16604409.

HSL color Cylindrical-coordinate representation of color #F95CFD: hue angle of 298.51º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95CFD is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 92 253 -
CMYK 0.02 0.64 0 0.01
HSL 298.51º 0.98% 0.68% -
HSV(B) 298.51º 0.64% 0.99% -
XYZ 60.62 34.89 96.47 -
YUV 157.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 249 92 253 0.02 0.64 0 0.01 298.51 0.98 0.68
Hex F9 5C FD 2 40 0 1 12B 62 44
Octal 371 134 375 2 100 0 1 453 142 104
Binary 11111001 1011100 11111101 10 1000000 0 1 100101011 1100010 1000100

Color Harmonies of #F95CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95CFD

Black with #F95CFD

Text Example


Text Example

White with #F95CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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