Html Css Color HEX #F75EFA Pink Flamingo

📋 copy color: '#F75EFA'

red 247 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #F75EFA

Tints of Pink Flamingo #F75EFA

RGB

 RED value IS 247 (96.88% from 255) = 41.79%

 GREEN value IS 94 (37.11% from 255) = 15.91%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 41.79%
G = 15.91%
B = 42.3%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F75EFA (or 0xF75EFA) is known color: Pink Flamingo. HEX triplet: F7, 5E and FA. RGB value is (247,94,250). Sum of RGB (Red+Green+Blue) = 247+94+250=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 94 (37.11% from 255 or 15.91% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #F75EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75EFA is #08A105. Grayscale: #9D9D9D. Windows color (decimal): -565510 or 16408311. OLE color: 16408311.

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

Color convert

RGB 247 94 250 -
CMYK 0.01 0.62 0 0.02
HSL 298.85º 0.94% 0.67% -
HSV(B) 298.85º 0.62% 0.98% -
XYZ 59.62 34.68 93.99 -
YUV 157.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 247 94 250 0.01 0.62 0 0.02 298.85 0.94 0.67
Hex F7 5E FA 1 3E 0 2 12B 5E 43
Octal 367 136 372 1 76 0 2 453 136 103
Binary 11110111 1011110 11111010 1 111110 0 10 100101011 1011110 1000011

Color Harmonies of #F75EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75EFA

Black with #F75EFA

Text Example


Text Example

White with #F75EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75EFA; }

 p { color: rgb(247,94,250); }

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

background-color css

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

 a { background-color: rgb(247,94,250); }

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

border-color css

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

 span { border-color: rgb(247,94,250); }

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