Html Css Color HEX #FA98F4 Lavender Rose

📋 copy color: '#FA98F4'

red 250 ◦ green 152 ◦ blue 244

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

Shades of Lavender Rose #FA98F4

Tints of Lavender Rose #FA98F4

RGB

 RED value IS 250 (98.05% from 255) = 38.7%

 GREEN value IS 152 (59.77% from 255) = 23.53%

 BLUE value IS 244 (95.7% from 255) = 37.77%

R = 38.7%
G = 23.53%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA98F4 (or 0xFA98F4) is known color: Lavender Rose. HEX triplet: FA, 98 and F4. RGB value is (250,152,244). Sum of RGB (Red+Green+Blue) = 250+152+244=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 152 (59.77% from 255 or 23.53% from 646); Blue value is 244 (95.70% from 255 or 37.77% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA98F4 is #05670B. Grayscale: #BFBFBF. Windows color (decimal): -354060 or 16029946. OLE color: 16029946.

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

Color convert

RGB 250 152 244 -
CMYK 0 0.39 0.02 0.02
HSL 303.67º 0.91% 0.79% -
HSV(B) 303.67º 0.39% 0.98% -
XYZ 66.98 49.31 91.58 -
YUV 191.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 250 152 244 0 0.39 0.02 0.02 303.67 0.91 0.79
Hex FA 98 F4 0 27 2 2 130 5B 4F
Octal 372 230 364 0 47 2 2 460 133 117
Binary 11111010 10011000 11110100 0 100111 10 10 100110000 1011011 1001111

Color Harmonies of #FA98F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA98F4

Black with #FA98F4

Text Example


Text Example

White with #FA98F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA98F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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