Html Css Color HEX #F83D9D Wild Strawberry

📋 copy color: '#F83D9D'

red 248 ◦ green 61 ◦ blue 157

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

Shades of Wild Strawberry #F83D9D

Tints of Wild Strawberry #F83D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 53.22%
G = 13.09%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F83D9D (or 0xF83D9D) is known color: Wild Strawberry. HEX triplet: F8, 3D and 9D. RGB value is (248,61,157). Sum of RGB (Red+Green+Blue) = 248+61+157=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83D9D is #07C262. Grayscale: #7F7F7F. Windows color (decimal): -508515 or 10305016. OLE color: 10305016.

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

Color convert

RGB 248 61 157 -
CMYK 0 0.75 0.37 0.03
HSL 329.2º 0.93% 0.61% -
HSV(B) 329.2º 0.75% 0.97% -
XYZ 46.47 25.73 34.42 -
YUV 127.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 248 61 157 0 0.75 0.37 0.03 329.2 0.93 0.61
Hex F8 3D 9D 0 4B 25 3 149 5D 3D
Octal 370 75 235 0 113 45 3 511 135 75
Binary 11111000 111101 10011101 0 1001011 100101 11 101001001 1011101 111101

Color Harmonies of #F83D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83D9D

Black with #F83D9D

Text Example


Text Example

White with #F83D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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