Html Css Color HEX #F0719A Carissma

📋 copy color: '#F0719A'

red 240 ◦ green 113 ◦ blue 154

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

Shades of Carissma #F0719A

Tints of Carissma #F0719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.29%

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

R = 47.34%
G = 22.29%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0719A (or 0xF0719A) is known color: Carissma. HEX triplet: F0, 71 and 9A. RGB value is (240,113,154). Sum of RGB (Red+Green+Blue) = 240+113+154=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0719A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0719A is #0F8E65. Grayscale: #9B9B9B. Windows color (decimal): -1019494 or 10121712. OLE color: 10121712.

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

Color convert

RGB 240 113 154 -
CMYK 0 0.53 0.36 0.06
HSL 340.63º 0.81% 0.69% -
HSV(B) 340.63º 0.53% 0.94% -
XYZ 47.67 32.67 34.36 -
YUV 155.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 240 113 154 0 0.53 0.36 0.06 340.63 0.81 0.69
Hex F0 71 9A 0 35 24 6 155 51 45
Octal 360 161 232 0 65 44 6 525 121 105
Binary 11110000 1110001 10011010 0 110101 100100 110 101010101 1010001 1000101

Color Harmonies of #F0719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0719A

Black with #F0719A

Text Example


Text Example

White with #F0719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0719A; }

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

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

background-color css

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

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

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

border-color css

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

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

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