Html Css Color HEX #F83DAC Wild Strawberry

📋 copy color: '#F83DAC'

red 248 ◦ green 61 ◦ blue 172

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

Shades of Wild Strawberry #F83DAC

Tints of Wild Strawberry #F83DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 51.56%
G = 12.68%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F83DAC (or 0xF83DAC) is known color: Wild Strawberry. HEX triplet: F8, 3D and AC. RGB value is (248,61,172). Sum of RGB (Red+Green+Blue) = 248+61+172=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83DAC is #07C253. Grayscale: #818181. Windows color (decimal): -508500 or 11288056. OLE color: 11288056.

HSL color Cylindrical-coordinate representation of color #F83DAC: hue angle of 324.39º 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 #F83DAC is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 61 172 -
CMYK 0 0.75 0.31 0.03
HSL 324.39º 0.93% 0.61% -
HSV(B) 324.39º 0.75% 0.97% -
XYZ 47.83 26.27 41.58 -
YUV 129.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 248 61 172 0 0.75 0.31 0.03 324.39 0.93 0.61
Hex F8 3D AC 0 4B 1F 3 144 5D 3D
Octal 370 75 254 0 113 37 3 504 135 75
Binary 11111000 111101 10101100 0 1001011 11111 11 101000100 1011101 111101

Color Harmonies of #F83DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83DAC

Black with #F83DAC

Text Example


Text Example

White with #F83DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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