Html Css Color HEX #F7527B Wild Watermelon

📋 copy color: '#F7527B'

red 247 ◦ green 82 ◦ blue 123

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

Shades of Wild Watermelon #F7527B

Tints of Wild Watermelon #F7527B

RGB

 RED value IS 247 (96.88% from 255) = 54.65%

 GREEN value IS 82 (32.42% from 255) = 18.14%

 BLUE value IS 123 (48.44% from 255) = 27.21%

R = 54.65%
G = 18.14%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7527B (or 0xF7527B) is known color: Wild Watermelon. HEX triplet: F7, 52 and 7B. RGB value is (247,82,123). Sum of RGB (Red+Green+Blue) = 247+82+123=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7527B is #08AD84. Grayscale: #888888. Windows color (decimal): -568709 or 8082167. OLE color: 8082167.

HSL color Cylindrical-coordinate representation of color #F7527B: hue angle of 345.09º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7527B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 123 -
CMYK 0 0.67 0.50 0.03
HSL 345.09º 0.91% 0.65% -
HSV(B) 345.09º 0.67% 0.97% -
XYZ 44.95 27.24 21.63 -
YUV 136.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 247 82 123 0 0.67 0.50 0.03 345.09 0.91 0.65
Hex F7 52 7B 0 43 32 3 159 5B 41
Octal 367 122 173 0 103 62 3 531 133 101
Binary 11110111 1010010 1111011 0 1000011 110010 11 101011001 1011011 1000001

Color Harmonies of #F7527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7527B

Black with #F7527B

Text Example


Text Example

White with #F7527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7527B; }

 p { color: rgb(247,82,123); }

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

background-color css

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

 a { background-color: rgb(247,82,123); }

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

border-color css

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

 span { border-color: rgb(247,82,123); }

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