Html Css Color HEX #F83DF5 Pink Flamingo

📋 copy color: '#F83DF5'

red 248 ◦ green 61 ◦ blue 245

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

Shades of Pink Flamingo #F83DF5

Tints of Pink Flamingo #F83DF5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.01%

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

R = 44.77%
G = 11.01%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F83DF5 (or 0xF83DF5) is known color: Pink Flamingo. HEX triplet: F8, 3D and F5. RGB value is (248,61,245). Sum of RGB (Red+Green+Blue) = 248+61+245=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 61 (24.22% from 255 or 11.01% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83DF5 is #07C20A. Grayscale: #898989. Windows color (decimal): -508427 or 16072184. OLE color: 16072184.

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

Color convert

RGB 248 61 245 -
CMYK 0 0.75 0.01 0.03
HSL 300.96º 0.93% 0.61% -
HSV(B) 300.96º 0.75% 0.97% -
XYZ 56.86 29.89 89.16 -
YUV 137.89 188.45 206.54 -
System Red Green Blue C M Y K H S L
Decimal 248 61 245 0 0.75 0.01 0.03 300.96 0.93 0.61
Hex F8 3D F5 0 4B 1 3 12D 5D 3D
Octal 370 75 365 0 113 1 3 455 135 75
Binary 11111000 111101 11110101 0 1001011 1 11 100101101 1011101 111101

Color Harmonies of #F83DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83DF5

Black with #F83DF5

Text Example


Text Example

White with #F83DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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