Html Css Color HEX #F0819C Carissma

📋 copy color: '#F0819C'

red 240 ◦ green 129 ◦ blue 156

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

Shades of Carissma #F0819C

Tints of Carissma #F0819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.71%

R = 45.71%
G = 24.57%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0819C (or 0xF0819C) is known color: Carissma. HEX triplet: F0, 81 and 9C. RGB value is (240,129,156). Sum of RGB (Red+Green+Blue) = 240+129+156=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0819C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0819C is #0F7E63. Grayscale: #A5A5A5. Windows color (decimal): -1015396 or 10256880. OLE color: 10256880.

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

Color convert

RGB 240 129 156 -
CMYK 0 0.46 0.35 0.06
HSL 345.41º 0.79% 0.72% -
HSV(B) 345.41º 0.46% 0.94% -
XYZ 49.79 36.63 35.9 -
YUV 165.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 240 129 156 0 0.46 0.35 0.06 345.41 0.79 0.72
Hex F0 81 9C 0 2E 23 6 159 4F 48
Octal 360 201 234 0 56 43 6 531 117 110
Binary 11110000 10000001 10011100 0 101110 100011 110 101011001 1001111 1001000

Color Harmonies of #F0819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0819C

Black with #F0819C

Text Example


Text Example

White with #F0819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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