Html Css Color HEX #F0818C Carissma

📋 copy color: '#F0818C'

red 240 ◦ green 129 ◦ blue 140

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

Shades of Carissma #F0818C

Tints of Carissma #F0818C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 47.15%
G = 25.34%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0818C (or 0xF0818C) is known color: Carissma. HEX triplet: F0, 81 and 8C. RGB value is (240,129,140). Sum of RGB (Red+Green+Blue) = 240+129+140=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0818C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0818C is #0F7E73. Grayscale: #A3A3A3. Windows color (decimal): -1015412 or 9208304. OLE color: 9208304.

HSL color Cylindrical-coordinate representation of color #F0818C: hue angle of 354.05º 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 #F0818C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 140 -
CMYK 0 0.46 0.42 0.06
HSL 354.05º 0.79% 0.72% -
HSV(B) 354.05º 0.46% 0.94% -
XYZ 48.52 36.12 29.23 -
YUV 163.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 240 129 140 0 0.46 0.42 0.06 354.05 0.79 0.72
Hex F0 81 8C 0 2E 2A 6 162 4F 48
Octal 360 201 214 0 56 52 6 542 117 110
Binary 11110000 10000001 10001100 0 101110 101010 110 101100010 1001111 1001000

Color Harmonies of #F0818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0818C

Black with #F0818C

Text Example


Text Example

White with #F0818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0818C; }

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

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

background-color css

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

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

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

border-color css

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

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

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