Html Css Color HEX #F25B6B Wild Watermelon

📋 copy color: '#F25B6B'

red 242 ◦ green 91 ◦ blue 107

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

Shades of Wild Watermelon #F25B6B

Tints of Wild Watermelon #F25B6B

RGB

 RED value IS 242 (94.92% from 255) = 55%

 GREEN value IS 91 (35.94% from 255) = 20.68%

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 55%
G = 20.68%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F25B6B (or 0xF25B6B) is known color: Wild Watermelon. HEX triplet: F2, 5B and 6B. RGB value is (242,91,107). Sum of RGB (Red+Green+Blue) = 242+91+107=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B6B is #0DA494. Grayscale: #8A8A8A. Windows color (decimal): -894101 or 7035890. OLE color: 7035890.

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

Color convert

RGB 242 91 107 -
CMYK 0 0.62 0.56 0.05
HSL 353.64º 0.85% 0.65% -
HSV(B) 353.64º 0.62% 0.95% -
XYZ 43.01 27.42 16.94 -
YUV 137.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 242 91 107 0 0.62 0.56 0.05 353.64 0.85 0.65
Hex F2 5B 6B 0 3E 38 5 162 55 41
Octal 362 133 153 0 76 70 5 542 125 101
Binary 11110010 1011011 1101011 0 111110 111000 101 101100010 1010101 1000001

Color Harmonies of #F25B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B6B

Black with #F25B6B

Text Example


Text Example

White with #F25B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B6B; }

 p { color: rgb(242,91,107); }

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

background-color css

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

 a { background-color: rgb(242,91,107); }

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

border-color css

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

 span { border-color: rgb(242,91,107); }

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