Html Css Color HEX #F0819A Carissma

📋 copy color: '#F0819A'

red 240 ◦ green 129 ◦ blue 154

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

Shades of Carissma #F0819A

Tints of Carissma #F0819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.67%

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

R = 45.89%
G = 24.67%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0819A (or 0xF0819A) is known color: Carissma. HEX triplet: F0, 81 and 9A. RGB value is (240,129,154). Sum of RGB (Red+Green+Blue) = 240+129+154=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0819A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0819A is #0F7E65. Grayscale: #A5A5A5. Windows color (decimal): -1015398 or 10125808. OLE color: 10125808.

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

Color convert

RGB 240 129 154 -
CMYK 0 0.46 0.36 0.06
HSL 346.49º 0.79% 0.72% -
HSV(B) 346.49º 0.46% 0.94% -
XYZ 49.62 36.56 35.01 -
YUV 165.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 240 129 154 0 0.46 0.36 0.06 346.49 0.79 0.72
Hex F0 81 9A 0 2E 24 6 15A 4F 48
Octal 360 201 232 0 56 44 6 532 117 110
Binary 11110000 10000001 10011010 0 101110 100100 110 101011010 1001111 1001000

Color Harmonies of #F0819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0819A

Black with #F0819A

Text Example


Text Example

White with #F0819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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