Html Css Color HEX #F48BFB Violet

📋 copy color: '#F48BFB'

red 244 ◦ green 139 ◦ blue 251

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

Shades of Violet #F48BFB

Tints of Violet #F48BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.59%

R = 38.49%
G = 21.92%
B = 39.59%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F48BFB (or 0xF48BFB) is known color: Violet. HEX triplet: F4, 8B and FB. RGB value is (244,139,251). Sum of RGB (Red+Green+Blue) = 244+139+251=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 139 (54.69% from 255 or 21.92% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #F48BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48BFB is #0B7404. Grayscale: #B6B6B6. Windows color (decimal): -750597 or 16485364. OLE color: 16485364.

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

Color convert

RGB 244 139 251 -
CMYK 0.03 0.45 0 0.02
HSL 296.25º 0.93% 0.76% -
HSV(B) 296.25º 0.45% 0.98% -
XYZ 63.95 44.66 96.52 -
YUV 183.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 244 139 251 0.03 0.45 0 0.02 296.25 0.93 0.76
Hex F4 8B FB 3 2D 0 2 128 5D 4C
Octal 364 213 373 3 55 0 2 450 135 114
Binary 11110100 10001011 11111011 11 101101 0 10 100101000 1011101 1001100

Color Harmonies of #F48BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48BFB

Black with #F48BFB

Text Example


Text Example

White with #F48BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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