Html Css Color HEX #F07A8F Carissma

📋 copy color: '#F07A8F'

red 240 ◦ green 122 ◦ blue 143

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

Shades of Carissma #F07A8F

Tints of Carissma #F07A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.16%

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

R = 47.52%
G = 24.16%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F07A8F (or 0xF07A8F) is known color: Carissma. HEX triplet: F0, 7A and 8F. RGB value is (240,122,143). Sum of RGB (Red+Green+Blue) = 240+122+143=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07A8F is #0F8570. Grayscale: #9F9F9F. Windows color (decimal): -1017201 or 9403120. OLE color: 9403120.

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

Color convert

RGB 240 122 143 -
CMYK 0 0.49 0.40 0.06
HSL 349.32º 0.8% 0.71% -
HSV(B) 349.32º 0.49% 0.94% -
XYZ 47.85 34.43 30.11 -
YUV 159.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 240 122 143 0 0.49 0.40 0.06 349.32 0.8 0.71
Hex F0 7A 8F 0 31 28 6 15D 50 47
Octal 360 172 217 0 61 50 6 535 120 107
Binary 11110000 1111010 10001111 0 110001 101000 110 101011101 1010000 1000111

Color Harmonies of #F07A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A8F

Black with #F07A8F

Text Example


Text Example

White with #F07A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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