Html Css Color HEX #F7448B Violet Red

📋 copy color: '#F7448B'

red 247 ◦ green 68 ◦ blue 139

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

Shades of Violet Red #F7448B

Tints of Violet Red #F7448B

RGB

 RED value IS 247 (96.88% from 255) = 54.41%

 GREEN value IS 68 (26.95% from 255) = 14.98%

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 54.41%
G = 14.98%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7448B (or 0xF7448B) is known color: Violet Red. HEX triplet: F7, 44 and 8B. RGB value is (247,68,139). Sum of RGB (Red+Green+Blue) = 247+68+139=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7448B is #08BB74. Grayscale: #818181. Windows color (decimal): -572277 or 9127159. OLE color: 9127159.

HSL color Cylindrical-coordinate representation of color #F7448B: hue angle of 336.2º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7448B is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 68 139 -
CMYK 0 0.72 0.44 0.03
HSL 336.2º 0.92% 0.62% -
HSV(B) 336.2º 0.72% 0.97% -
XYZ 45.09 25.77 27.02 -
YUV 129.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 247 68 139 0 0.72 0.44 0.03 336.2 0.92 0.62
Hex F7 44 8B 0 48 2C 3 150 5C 3E
Octal 367 104 213 0 110 54 3 520 134 76
Binary 11110111 1000100 10001011 0 1001000 101100 11 101010000 1011100 111110

Color Harmonies of #F7448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7448B

Black with #F7448B

Text Example


Text Example

White with #F7448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7448B; }

 p { color: rgb(247,68,139); }

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

background-color css

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

 a { background-color: rgb(247,68,139); }

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

border-color css

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

 span { border-color: rgb(247,68,139); }

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