Html Css Color HEX #F07F98 Carissma

📋 copy color: '#F07F98'

red 240 ◦ green 127 ◦ blue 152

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

Shades of Carissma #F07F98

Tints of Carissma #F07F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.29%

R = 46.24%
G = 24.47%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07F98 (or 0xF07F98) is known color: Carissma. HEX triplet: F0, 7F and 98. RGB value is (240,127,152). Sum of RGB (Red+Green+Blue) = 240+127+152=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07F98 is #0F8067. Grayscale: #A3A3A3. Windows color (decimal): -1015912 or 9994224. OLE color: 9994224.

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

Color convert

RGB 240 127 152 -
CMYK 0 0.47 0.37 0.06
HSL 346.73º 0.79% 0.72% -
HSV(B) 346.73º 0.47% 0.94% -
XYZ 49.19 35.97 34.06 -
YUV 163.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 240 127 152 0 0.47 0.37 0.06 346.73 0.79 0.72
Hex F0 7F 98 0 2F 25 6 15B 4F 48
Octal 360 177 230 0 57 45 6 533 117 110
Binary 11110000 1111111 10011000 0 101111 100101 110 101011011 1001111 1001000

Color Harmonies of #F07F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F98

Black with #F07F98

Text Example


Text Example

White with #F07F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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