Html Css Color HEX #F0625C Bittersweet

📋 copy color: '#F0625C'

red 240 ◦ green 98 ◦ blue 92

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

Shades of Bittersweet #F0625C

Tints of Bittersweet #F0625C

RGB

 RED value IS 240 (94.14% from 255) = 55.81%

 GREEN value IS 98 (38.67% from 255) = 22.79%

 BLUE value IS 92 (36.33% from 255) = 21.4%

R = 55.81%
G = 22.79%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0625C (or 0xF0625C) is known color: Bittersweet. HEX triplet: F0, 62 and 5C. RGB value is (240,98,92). Sum of RGB (Red+Green+Blue) = 240+98+92=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0625C is #0F9DA3. Grayscale: #8B8B8B. Windows color (decimal): -1023396 or 6054640. OLE color: 6054640.

HSL color Cylindrical-coordinate representation of color #F0625C: hue angle of 2.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0625C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 92 -
CMYK 0 0.59 0.62 0.06
HSL 2.43º 0.83% 0.65% -
HSV(B) 2.43º 0.62% 0.94% -
XYZ 42.23 28.03 13.31 -
YUV 139.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 240 98 92 0 0.59 0.62 0.06 2.43 0.83 0.65
Hex F0 62 5C 0 3B 3E 6 2 53 41
Octal 360 142 134 0 73 76 6 2 123 101
Binary 11110000 1100010 1011100 0 111011 111110 110 10 1010011 1000001

Color Harmonies of #F0625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0625C

Black with #F0625C

Text Example


Text Example

White with #F0625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0625C; }

 p { color: rgb(240,98,92); }

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

background-color css

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

 a { background-color: rgb(240,98,92); }

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

border-color css

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

 span { border-color: rgb(240,98,92); }

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