Html Css Color HEX #F0808F Carissma

📋 copy color: '#F0808F'

red 240 ◦ green 128 ◦ blue 143

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

Shades of Carissma #F0808F

Tints of Carissma #F0808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.05%

 BLUE value IS 143 (56.25% from 255) = 27.98%

R = 46.97%
G = 25.05%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0808F (or 0xF0808F) is known color: Carissma. HEX triplet: F0, 80 and 8F. RGB value is (240,128,143). Sum of RGB (Red+Green+Blue) = 240+128+143=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0808F is #0F7F70. Grayscale: #A3A3A3. Windows color (decimal): -1015665 or 9404656. OLE color: 9404656.

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

Color convert

RGB 240 128 143 -
CMYK 0 0.47 0.40 0.06
HSL 351.96º 0.79% 0.72% -
HSV(B) 351.96º 0.47% 0.94% -
XYZ 48.61 35.95 30.36 -
YUV 163.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 240 128 143 0 0.47 0.40 0.06 351.96 0.79 0.72
Hex F0 80 8F 0 2F 28 6 160 4F 48
Octal 360 200 217 0 57 50 6 540 117 110
Binary 11110000 10000000 10001111 0 101111 101000 110 101100000 1001111 1001000

Color Harmonies of #F0808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0808F

Black with #F0808F

Text Example


Text Example

White with #F0808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0808F; }

 p { color: rgb(240,128,143); }

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

background-color css

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

 a { background-color: rgb(240,128,143); }

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

border-color css

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

 span { border-color: rgb(240,128,143); }

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