Html Css Color HEX #F48BFA Violet

📋 copy color: '#F48BFA'

red 244 ◦ green 139 ◦ blue 250

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

Shades of Violet #F48BFA

Tints of Violet #F48BFA

RGB

 RED value IS 244 (95.7% from 255) = 38.55%

 GREEN value IS 139 (54.69% from 255) = 21.96%

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 38.55%
G = 21.96%
B = 39.49%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F48BFA (or 0xF48BFA) is known color: Violet. HEX triplet: F4, 8B and FA. RGB value is (244,139,250). Sum of RGB (Red+Green+Blue) = 244+139+250=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 139 (54.69% from 255 or 21.96% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #F48BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48BFA is #0B7405. Grayscale: #B6B6B6. Windows color (decimal): -750598 or 16419828. OLE color: 16419828.

HSL color Cylindrical-coordinate representation of color #F48BFA: hue angle of 296.76º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F48BFA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 139 250 -
CMYK 0.02 0.44 0 0.02
HSL 296.76º 0.92% 0.76% -
HSV(B) 296.76º 0.44% 0.98% -
XYZ 63.8 44.6 95.69 -
YUV 183.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 244 139 250 0.02 0.44 0 0.02 296.76 0.92 0.76
Hex F4 8B FA 2 2C 0 2 129 5C 4C
Octal 364 213 372 2 54 0 2 451 134 114
Binary 11110100 10001011 11111010 10 101100 0 10 100101001 1011100 1001100

Color Harmonies of #F48BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48BFA

Black with #F48BFA

Text Example


Text Example

White with #F48BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48BFA; }

 p { color: rgb(244,139,250); }

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

background-color css

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

 a { background-color: rgb(244,139,250); }

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

border-color css

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

 span { border-color: rgb(244,139,250); }

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