Html Css Color HEX #F35875 Wild Watermelon

📋 copy color: '#F35875'

red 243 ◦ green 88 ◦ blue 117

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

Shades of Wild Watermelon #F35875

Tints of Wild Watermelon #F35875

RGB

 RED value IS 243 (95.31% from 255) = 54.24%

 GREEN value IS 88 (34.77% from 255) = 19.64%

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 54.24%
G = 19.64%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F35875 (or 0xF35875) is known color: Wild Watermelon. HEX triplet: F3, 58 and 75. RGB value is (243,88,117). Sum of RGB (Red+Green+Blue) = 243+88+117=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F35875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35875 is #0CA78A. Grayscale: #898989. Windows color (decimal): -829323 or 7690483. OLE color: 7690483.

HSL color Cylindrical-coordinate representation of color #F35875: hue angle of 348.77º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F35875 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 88 117 -
CMYK 0 0.64 0.52 0.05
HSL 348.77º 0.87% 0.65% -
HSV(B) 348.77º 0.64% 0.95% -
XYZ 43.66 27.32 19.8 -
YUV 137.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 243 88 117 0 0.64 0.52 0.05 348.77 0.87 0.65
Hex F3 58 75 0 40 34 5 15D 57 41
Octal 363 130 165 0 100 64 5 535 127 101
Binary 11110011 1011000 1110101 0 1000000 110100 101 101011101 1010111 1000001

Color Harmonies of #F35875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35875

Black with #F35875

Text Example


Text Example

White with #F35875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35875; }

 p { color: rgb(243,88,117); }

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

background-color css

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

 a { background-color: rgb(243,88,117); }

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

border-color css

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

 span { border-color: rgb(243,88,117); }

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