Html Css Color HEX #FF388F Wild Strawberry

📋 copy color: '#FF388F'

red 255 ◦ green 56 ◦ blue 143

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

Shades of Wild Strawberry #FF388F

Tints of Wild Strawberry #FF388F

RGB

 RED value IS 255 (100% from 255) = 56.17%

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

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 56.17%
G = 12.33%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF388F (or 0xFF388F) is known color: Wild Strawberry. HEX triplet: FF, 38 and 8F. RGB value is (255,56,143). Sum of RGB (Red+Green+Blue) = 255+56+143=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF388F is #00C770. Grayscale: #7D7D7D. Windows color (decimal): -51057 or 9386239. OLE color: 9386239.

HSL color Cylindrical-coordinate representation of color #FF388F: hue angle of 333.77º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF388F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 56 143 -
CMYK 0 0.78 0.44 0
HSL 333.77º 1% 0.61% -
HSV(B) 333.77º 0.78% 1% -
XYZ 47.61 26.07 28.51 -
YUV 125.42 137.93 220.43 -
System Red Green Blue C M Y K H S L
Decimal 255 56 143 0 0.78 0.44 0 333.77 1 0.61
Hex FF 38 8F 0 4E 2C 0 14E 64 3D
Octal 377 70 217 0 116 54 0 516 144 75
Binary 11111111 111000 10001111 0 1001110 101100 0 101001110 1100100 111101

Color Harmonies of #FF388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF388F

Black with #FF388F

Text Example


Text Example

White with #FF388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF388F; }

 p { color: rgb(255,56,143); }

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

background-color css

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

 a { background-color: rgb(255,56,143); }

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

border-color css

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

 span { border-color: rgb(255,56,143); }

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