Html Css Color HEX #FF98F2 Lavender Rose

📋 copy color: '#FF98F2'

red 255 ◦ green 152 ◦ blue 242

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

Shades of Lavender Rose #FF98F2

Tints of Lavender Rose #FF98F2

RGB

 RED value IS 255 (100% from 255) = 39.29%

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

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 39.29%
G = 23.42%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF98F2 (or 0xFF98F2) is known color: Lavender Rose. HEX triplet: FF, 98 and F2. RGB value is (255,152,242). Sum of RGB (Red+Green+Blue) = 255+152+242=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 152 (59.77% from 255 or 23.42% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF98F2 is #00670D. Grayscale: #C0C0C0. Windows color (decimal): -26382 or 15898879. OLE color: 15898879.

HSL color Cylindrical-coordinate representation of color #FF98F2: hue angle of 307.57º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98F2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 152 242 -
CMYK 0 0.40 0.05 0
HSL 307.57º 1% 0.8% -
HSV(B) 307.57º 0.4% 1% -
XYZ 68.5 50.13 90.07 -
YUV 193.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 255 152 242 0 0.40 0.05 0 307.57 1 0.8
Hex FF 98 F2 0 28 5 0 134 64 50
Octal 377 230 362 0 50 5 0 464 144 120
Binary 11111111 10011000 11110010 0 101000 101 0 100110100 1100100 1010000

Color Harmonies of #FF98F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98F2

Black with #FF98F2

Text Example


Text Example

White with #FF98F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98F2; }

 p { color: rgb(255,152,242); }

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

background-color css

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

 a { background-color: rgb(255,152,242); }

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

border-color css

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

 span { border-color: rgb(255,152,242); }

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