Html Css Color HEX #F75CFA Pink Flamingo

📋 copy color: '#F75CFA'

red 247 ◦ green 92 ◦ blue 250

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

Shades of Pink Flamingo #F75CFA

Tints of Pink Flamingo #F75CFA

RGB

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

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

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

R = 41.94%
G = 15.62%
B = 42.44%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F75CFA (or 0xF75CFA) is known color: Pink Flamingo. HEX triplet: F7, 5C and FA. RGB value is (247,92,250). Sum of RGB (Red+Green+Blue) = 247+92+250=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 92 (36.33% from 255 or 15.62% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #F75CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75CFA is #08A305. Grayscale: #9B9B9B. Windows color (decimal): -566022 or 16407799. OLE color: 16407799.

HSL color Cylindrical-coordinate representation of color #F75CFA: hue angle of 298.86º degrees, saturation: 0.94, 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 #F75CFA is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 92 250 -
CMYK 0.01 0.63 0 0.02
HSL 298.86º 0.94% 0.67% -
HSV(B) 298.86º 0.63% 0.98% -
XYZ 59.44 34.33 93.94 -
YUV 156.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 247 92 250 0.01 0.63 0 0.02 298.86 0.94 0.67
Hex F7 5C FA 1 3F 0 2 12B 5E 43
Octal 367 134 372 1 77 0 2 453 136 103
Binary 11110111 1011100 11111010 1 111111 0 10 100101011 1011110 1000011

Color Harmonies of #F75CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75CFA

Black with #F75CFA

Text Example


Text Example

White with #F75CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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