Html Css Color HEX #FC38A8 Wild Strawberry

📋 copy color: '#FC38A8'

red 252 ◦ green 56 ◦ blue 168

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

Shades of Wild Strawberry #FC38A8

Tints of Wild Strawberry #FC38A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.76%

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 52.94%
G = 11.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC38A8 (or 0xFC38A8) is known color: Wild Strawberry. HEX triplet: FC, 38 and A8. RGB value is (252,56,168). Sum of RGB (Red+Green+Blue) = 252+56+168=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC38A8 is #03C757. Grayscale: #7F7F7F. Windows color (decimal): -247640 or 11024636. OLE color: 11024636.

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

Color convert

RGB 252 56 168 -
CMYK 0 0.78 0.33 0.01
HSL 325.71º 0.97% 0.6% -
HSV(B) 325.71º 0.78% 0.99% -
XYZ 48.63 26.35 39.57 -
YUV 127.37 150.93 216.89 -
System Red Green Blue C M Y K H S L
Decimal 252 56 168 0 0.78 0.33 0.01 325.71 0.97 0.6
Hex FC 38 A8 0 4E 21 1 146 61 3C
Octal 374 70 250 0 116 41 1 506 141 74
Binary 11111100 111000 10101000 0 1001110 100001 1 101000110 1100001 111100

Color Harmonies of #FC38A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38A8

Black with #FC38A8

Text Example


Text Example

White with #FC38A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38A8; }

 p { color: rgb(252,56,168); }

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

background-color css

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

 a { background-color: rgb(252,56,168); }

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

border-color css

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

 span { border-color: rgb(252,56,168); }

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