Html Css Color HEX #F0739A Carissma

📋 copy color: '#F0739A'

red 240 ◦ green 115 ◦ blue 154

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

Shades of Carissma #F0739A

Tints of Carissma #F0739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.59%

 BLUE value IS 154 (60.55% from 255) = 30.26%

R = 47.15%
G = 22.59%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0739A (or 0xF0739A) is known color: Carissma. HEX triplet: F0, 73 and 9A. RGB value is (240,115,154). Sum of RGB (Red+Green+Blue) = 240+115+154=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0739A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0739A is #0F8C65. Grayscale: #9C9C9C. Windows color (decimal): -1018982 or 10122224. OLE color: 10122224.

HSL color Cylindrical-coordinate representation of color #F0739A: hue angle of 341.28º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0739A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 154 -
CMYK 0 0.52 0.36 0.06
HSL 341.28º 0.81% 0.7% -
HSV(B) 341.28º 0.52% 0.94% -
XYZ 47.9 33.12 34.44 -
YUV 156.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 240 115 154 0 0.52 0.36 0.06 341.28 0.81 0.7
Hex F0 73 9A 0 34 24 6 155 51 46
Octal 360 163 232 0 64 44 6 525 121 106
Binary 11110000 1110011 10011010 0 110100 100100 110 101010101 1010001 1000110

Color Harmonies of #F0739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0739A

Black with #F0739A

Text Example


Text Example

White with #F0739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0739A; }

 p { color: rgb(240,115,154); }

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

background-color css

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

 a { background-color: rgb(240,115,154); }

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

border-color css

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

 span { border-color: rgb(240,115,154); }

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