Html Css Color HEX #FA2698 Persian Rose

📋 copy color: '#FA2698'

red 250 ◦ green 38 ◦ blue 152

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

Shades of Persian Rose #FA2698

Tints of Persian Rose #FA2698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.64%

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 56.82%
G = 8.64%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA2698 (or 0xFA2698) is known color: Persian Rose. HEX triplet: FA, 26 and 98. RGB value is (250,38,152). Sum of RGB (Red+Green+Blue) = 250+38+152=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2698 is #05D967. Grayscale: #727272. Windows color (decimal): -383336 or 9971450. OLE color: 9971450.

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

Color convert

RGB 250 38 152 -
CMYK 0 0.85 0.39 0.02
HSL 327.74º 0.95% 0.56% -
HSV(B) 327.74º 0.85% 0.98% -
XYZ 45.78 23.98 31.92 -
YUV 114.38 149.24 224.73 -
System Red Green Blue C M Y K H S L
Decimal 250 38 152 0 0.85 0.39 0.02 327.74 0.95 0.56
Hex FA 26 98 0 55 27 2 148 5F 38
Octal 372 46 230 0 125 47 2 510 137 70
Binary 11111010 100110 10011000 0 1010101 100111 10 101001000 1011111 111000

Color Harmonies of #FA2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2698

Black with #FA2698

Text Example


Text Example

White with #FA2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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