Html Css Color HEX #F07F89 Carissma

📋 copy color: '#F07F89'

red 240 ◦ green 127 ◦ blue 137

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

Shades of Carissma #F07F89

Tints of Carissma #F07F89

RGB

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

 GREEN value IS 127 (50% from 255) = 25.2%

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 47.62%
G = 25.2%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F07F89 (or 0xF07F89) is known color: Carissma. HEX triplet: F0, 7F and 89. RGB value is (240,127,137). Sum of RGB (Red+Green+Blue) = 240+127+137=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F89 is #0F8076. Grayscale: #A2A2A2. Windows color (decimal): -1015927 or 9011184. OLE color: 9011184.

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

Color convert

RGB 240 127 137 -
CMYK 0 0.47 0.43 0.06
HSL 354.69º 0.79% 0.72% -
HSV(B) 354.69º 0.47% 0.94% -
XYZ 48.04 35.51 27.99 -
YUV 161.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 240 127 137 0 0.47 0.43 0.06 354.69 0.79 0.72
Hex F0 7F 89 0 2F 2B 6 163 4F 48
Octal 360 177 211 0 57 53 6 543 117 110
Binary 11110000 1111111 10001001 0 101111 101011 110 101100011 1001111 1001000

Color Harmonies of #F07F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F89

Black with #F07F89

Text Example


Text Example

White with #F07F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F89; }

 p { color: rgb(240,127,137); }

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

background-color css

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

 a { background-color: rgb(240,127,137); }

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

border-color css

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

 span { border-color: rgb(240,127,137); }

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