Html Css Color HEX #F83FA5 Wild Strawberry

📋 copy color: '#F83FA5'

red 248 ◦ green 63 ◦ blue 165

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

Shades of Wild Strawberry #F83FA5

Tints of Wild Strawberry #F83FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

 BLUE value IS 165 (64.84% from 255) = 34.66%

R = 52.1%
G = 13.24%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F83FA5 (or 0xF83FA5) is known color: Wild Strawberry. HEX triplet: F8, 3F and A5. RGB value is (248,63,165). Sum of RGB (Red+Green+Blue) = 248+63+165=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83FA5 is #07C05A. Grayscale: #818181. Windows color (decimal): -507995 or 10829816. OLE color: 10829816.

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

Color convert

RGB 248 63 165 -
CMYK 0 0.75 0.33 0.03
HSL 326.92º 0.93% 0.61% -
HSV(B) 326.92º 0.75% 0.97% -
XYZ 47.28 26.23 38.17 -
YUV 129.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 248 63 165 0 0.75 0.33 0.03 326.92 0.93 0.61
Hex F8 3F A5 0 4B 21 3 147 5D 3D
Octal 370 77 245 0 113 41 3 507 135 75
Binary 11111000 111111 10100101 0 1001011 100001 11 101000111 1011101 111101

Color Harmonies of #F83FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FA5

Black with #F83FA5

Text Example


Text Example

White with #F83FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FA5; }

 p { color: rgb(248,63,165); }

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

background-color css

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

 a { background-color: rgb(248,63,165); }

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

border-color css

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

 span { border-color: rgb(248,63,165); }

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