Html Css Color HEX #F84CF5 Pink Flamingo

📋 copy color: '#F84CF5'

red 248 ◦ green 76 ◦ blue 245

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

Shades of Pink Flamingo #F84CF5

Tints of Pink Flamingo #F84CF5

RGB

 RED value IS 248 (97.27% from 255) = 43.59%

 GREEN value IS 76 (30.08% from 255) = 13.36%

 BLUE value IS 245 (96.09% from 255) = 43.06%

R = 43.59%
G = 13.36%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F84CF5 (or 0xF84CF5) is known color: Pink Flamingo. HEX triplet: F8, 4C and F5. RGB value is (248,76,245). Sum of RGB (Red+Green+Blue) = 248+76+245=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 76 (30.08% from 255 or 13.36% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84CF5 is #07B30A. Grayscale: #929292. Windows color (decimal): -504587 or 16076024. OLE color: 16076024.

HSL color Cylindrical-coordinate representation of color #F84CF5: hue angle of 301.05º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84CF5 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 76 245 -
CMYK 0 0.69 0.01 0.03
HSL 301.05º 0.92% 0.64% -
HSV(B) 301.05º 0.69% 0.97% -
XYZ 57.78 31.72 89.46 -
YUV 146.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 248 76 245 0 0.69 0.01 0.03 301.05 0.92 0.64
Hex F8 4C F5 0 45 1 3 12D 5C 40
Octal 370 114 365 0 105 1 3 455 134 100
Binary 11111000 1001100 11110101 0 1000101 1 11 100101101 1011100 1000000

Color Harmonies of #F84CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CF5

Black with #F84CF5

Text Example


Text Example

White with #F84CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CF5; }

 p { color: rgb(248,76,245); }

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

background-color css

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

 a { background-color: rgb(248,76,245); }

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

border-color css

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

 span { border-color: rgb(248,76,245); }

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