Html Css Color HEX #F0829B Carissma

📋 copy color: '#F0829B'

red 240 ◦ green 130 ◦ blue 155

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

Shades of Carissma #F0829B

Tints of Carissma #F0829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.76%

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 45.71%
G = 24.76%
B = 29.52%

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

#F0829B (or 0xF0829B) is known color: Carissma. HEX triplet: F0, 82 and 9B. RGB value is (240,130,155). Sum of RGB (Red+Green+Blue) = 240+130+155=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0829B is #0F7D64. Grayscale: #A5A5A5. Windows color (decimal): -1015141 or 10191600. OLE color: 10191600.

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

Color convert

RGB 240 130 155 -
CMYK 0 0.46 0.35 0.06
HSL 346.36º 0.79% 0.73% -
HSV(B) 346.36º 0.46% 0.94% -
XYZ 49.83 36.86 35.5 -
YUV 165.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 240 130 155 0 0.46 0.35 0.06 346.36 0.79 0.73
Hex F0 82 9B 0 2E 23 6 15A 4F 49
Octal 360 202 233 0 56 43 6 532 117 111
Binary 11110000 10000010 10011011 0 101110 100011 110 101011010 1001111 1001001

Color Harmonies of #F0829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0829B

Black with #F0829B

Text Example


Text Example

White with #F0829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0829B; }

 p { color: rgb(240,130,155); }

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

background-color css

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

 a { background-color: rgb(240,130,155); }

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

border-color css

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

 span { border-color: rgb(240,130,155); }

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