Html Css Color HEX #F267A1 Brilliant Rose

📋 copy color: '#F267A1'

red 242 ◦ green 103 ◦ blue 161

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

Shades of Brilliant Rose #F267A1

Tints of Brilliant Rose #F267A1

RGB

 RED value IS 242 (94.92% from 255) = 47.83%

 GREEN value IS 103 (40.63% from 255) = 20.36%

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 47.83%
G = 20.36%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F267A1 (or 0xF267A1) is known color: Brilliant Rose. HEX triplet: F2, 67 and A1. RGB value is (242,103,161). Sum of RGB (Red+Green+Blue) = 242+103+161=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F267A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F267A1 is #0D985E. Grayscale: #979797. Windows color (decimal): -890975 or 10577906. OLE color: 10577906.

HSL color Cylindrical-coordinate representation of color #F267A1: hue angle of 334.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F267A1 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 161 -
CMYK 0 0.57 0.33 0.05
HSL 334.96º 0.84% 0.68% -
HSV(B) 334.96º 0.57% 0.95% -
XYZ 47.9 31.15 37.21 -
YUV 151.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 242 103 161 0 0.57 0.33 0.05 334.96 0.84 0.68
Hex F2 67 A1 0 39 21 5 14F 54 44
Octal 362 147 241 0 71 41 5 517 124 104
Binary 11110010 1100111 10100001 0 111001 100001 101 101001111 1010100 1000100

Color Harmonies of #F267A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267A1

Black with #F267A1

Text Example


Text Example

White with #F267A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267A1; }

 p { color: rgb(242,103,161); }

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

background-color css

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

 a { background-color: rgb(242,103,161); }

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

border-color css

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

 span { border-color: rgb(242,103,161); }

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