Html Css Color HEX #FC308B Wild Strawberry

📋 copy color: '#FC308B'

red 252 ◦ green 48 ◦ blue 139

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

Shades of Wild Strawberry #FC308B

Tints of Wild Strawberry #FC308B

RGB

 RED value IS 252 (98.83% from 255) = 57.4%

 GREEN value IS 48 (19.14% from 255) = 10.93%

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 57.4%
G = 10.93%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC308B (or 0xFC308B) is known color: Wild Strawberry. HEX triplet: FC, 30 and 8B. RGB value is (252,48,139). Sum of RGB (Red+Green+Blue) = 252+48+139=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC308B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC308B is #03CF74. Grayscale: #777777. Windows color (decimal): -249717 or 9122044. OLE color: 9122044.

HSL color Cylindrical-coordinate representation of color #FC308B: hue angle of 333.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC308B is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 48 139 -
CMYK 0 0.81 0.45 0.01
HSL 333.24º 0.97% 0.59% -
HSV(B) 333.24º 0.81% 0.99% -
XYZ 45.86 24.67 26.77 -
YUV 119.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 252 48 139 0 0.81 0.45 0.01 333.24 0.97 0.59
Hex FC 30 8B 0 51 2D 1 14D 61 3B
Octal 374 60 213 0 121 55 1 515 141 73
Binary 11111100 110000 10001011 0 1010001 101101 1 101001101 1100001 111011

Color Harmonies of #FC308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC308B

Black with #FC308B

Text Example


Text Example

White with #FC308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC308B; }

 p { color: rgb(252,48,139); }

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

background-color css

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

 a { background-color: rgb(252,48,139); }

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

border-color css

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

 span { border-color: rgb(252,48,139); }

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