Html Css Color HEX #F438A5 Wild Strawberry

📋 copy color: '#F438A5'

red 244 ◦ green 56 ◦ blue 165

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

Shades of Wild Strawberry #F438A5

Tints of Wild Strawberry #F438A5

RGB

 RED value IS 244 (95.7% from 255) = 52.47%

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

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

R = 52.47%
G = 12.04%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F438A5 (or 0xF438A5) is known color: Wild Strawberry. HEX triplet: F4, 38 and A5. RGB value is (244,56,165). Sum of RGB (Red+Green+Blue) = 244+56+165=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F438A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F438A5 is #0BC75A. Grayscale: #7C7C7C. Windows color (decimal): -771931 or 10828020. OLE color: 10828020.

HSL color Cylindrical-coordinate representation of color #F438A5: hue angle of 325.21º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F438A5 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 56 165 -
CMYK 0 0.77 0.32 0.04
HSL 325.21º 0.9% 0.59% -
HSV(B) 325.21º 0.77% 0.96% -
XYZ 45.51 24.78 37.98 -
YUV 124.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 244 56 165 0 0.77 0.32 0.04 325.21 0.9 0.59
Hex F4 38 A5 0 4D 20 4 145 5A 3B
Octal 364 70 245 0 115 40 4 505 132 73
Binary 11110100 111000 10100101 0 1001101 100000 100 101000101 1011010 111011

Color Harmonies of #F438A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F438A5

Black with #F438A5

Text Example


Text Example

White with #F438A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F438A5; }

 p { color: rgb(244,56,165); }

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

background-color css

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

 a { background-color: rgb(244,56,165); }

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

border-color css

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

 span { border-color: rgb(244,56,165); }

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