Html Css Color HEX #F838AB Persian Rose

📋 copy color: '#F838AB'

red 248 ◦ green 56 ◦ blue 171

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

Shades of Persian Rose #F838AB

Tints of Persian Rose #F838AB

RGB

 RED value IS 248 (97.27% from 255) = 52.21%

 GREEN value IS 56 (22.27% from 255) = 11.79%

 BLUE value IS 171 (67.19% from 255) = 36%

R = 52.21%
G = 11.79%
B = 36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F838AB (or 0xF838AB) is known color: Persian Rose. HEX triplet: F8, 38 and AB. RGB value is (248,56,171). Sum of RGB (Red+Green+Blue) = 248+56+171=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F838AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F838AB is #07C754. Grayscale: #7E7E7E. Windows color (decimal): -509781 or 11221240. OLE color: 11221240.

HSL color Cylindrical-coordinate representation of color #F838AB: hue angle of 324.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F838AB is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 56 171 -
CMYK 0 0.77 0.31 0.03
HSL 324.06º 0.93% 0.6% -
HSV(B) 324.06º 0.77% 0.97% -
XYZ 47.48 25.73 40.99 -
YUV 126.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 248 56 171 0 0.77 0.31 0.03 324.06 0.93 0.6
Hex F8 38 AB 0 4D 1F 3 144 5D 3C
Octal 370 70 253 0 115 37 3 504 135 74
Binary 11111000 111000 10101011 0 1001101 11111 11 101000100 1011101 111100

Color Harmonies of #F838AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F838AB

Black with #F838AB

Text Example


Text Example

White with #F838AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F838AB; }

 p { color: rgb(248,56,171); }

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

background-color css

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

 a { background-color: rgb(248,56,171); }

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

border-color css

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

 span { border-color: rgb(248,56,171); }

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